• Resolved lapos

    (@lapos)


    is it possible to have the search field shorter and the suggestions field full width?

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    Yes, you can customize search results using CSS. Here is CSS that does something as you described:

    
    body .dgwt-wcas-search-wrapp  {
    	max-width: 300px;
    }
    
    .dgwt-wcas-suggestions-wrapp {
        width: 100vw!important;
        left: 0!important;
    }
    

    Best
    Damian

Viewing 1 replies (of 1 total)

The topic ‘suggestions-wrapp full width’ is closed to new replies.