Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

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

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • 9gnrufhf9
    #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 Moderator
    #268755

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

    9gnrufhf9
    #268833
    This reply has been marked as private.
    Trevor Moderator
    #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;
    }
    9gnrufhf9
    #268855

    Absolutely perfect. Thanks so much for your help!

    Trevor Moderator
    #268857

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

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

The topic ‘Need form to wrap inside a column’ is closed to new replies.