• Resolved alanfrys

    (@alanfrys)


    Hello, I wondering how can I change the size box to be bigger and if I can put the search bar right the logo site. I try to change it from the plugin settings but doesn’t work.

    Thank you very much!

    The page I need help with: [log in to see the link]

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

    (@damian-gora)

    The search has flexible width and always will adjust to the space of the parent element.

    You can also set directly the width of search using the following CSS code:

    
    .dgwt-wcas-search-wrapp {
        width: 500px;
    }
    

    This way requires little experience with CSS because my sample doesn’t include mobile support.

    Currently, I see you fixed it on your end.

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘Change place and size box’ is closed to new replies.