• Resolved Manuel

    (@manuelnucci)


    Hello,
    how do I adjust the Search input width?

    For some reason is wider than the sidebar.
    Thanks

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

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

    (@damian-gora)

    Hello,
    A minimum 300px width is required for ajax serach form. Your sidebar has only 165px on desktop. You can use following CSS code, but I recommend expand your sidebar.

    
    .dgwt-wcas-search-wrapp {
        min-width: unset;
    }
    
    

    I’m having this same issue. It looked fine before but now it’s running into my middle content. I tried adding that CSS to the editor and it didn’t fix it. Any ideas? I don’t want to have to change my sidebar size on my whole site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search input width’ is closed to new replies.