Forums Forums Search & Filter Pro Need form to wrap inside a column

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Anonymous
    #268727

    I cannot get the search form to wrap when it is embedded in a column that is not the full width of the page. It is overlapping the content to the right.

    See image: https://ibb.co/mHKpxTj

    Trevor
    #268755

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #268833
    This reply has been marked as private.
    Trevor
    #268849

    You have some custom CSS there, using Flexbox, so you should utilise that thus:

    .searchandfilter[data-sf-form-id="2509"] > ul {
        flex-wrap: wrap;
    }
    Anonymous
    #268855

    Absolutely perfect. Thanks so much for your help!

    Trevor
    #268857

    Thanks for getting back to me. I will close this thread for now.

Viewing 6 posts - 1 through 6 (of 6 total)