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 How to display filter form horizontally

Viewing 10 posts - 1 through 10 (of 26 total)
  • Nikunj Vala
    #257717

    Hello There,

    I wanted to know how to display filter form horizontally instead of vertically ?
    https://prnt.sc/u7lzh0

    Regards.

    Nikunj Vala
    #257720
    This reply has been marked as private.
    Nikunj Vala
    #257734
    This reply has been marked as private.
    Trevor Moderator
    #257735

    You have the menu inside a vertical sidebar, it cannot be horizontal in there, there is not enough space/width. You would need to remove the sidebar and place the form above the results in the main content area of your page.

    Nikunj Vala
    #257745
    This reply has been marked as private.
    Trevor Moderator
    #257747

    Hi

    Your theme is using JavaScript to adding a lot of extra HTML inside the form, see these parts, which are not placed by our plugin:

    https://www.screencast.com/t/NG4g7Kgk

    Try changing the CSS you used to this:

    .searchandfilter > ul {
      display: flex;
      margin-right: 10px;
    }

    It will get you closer. Please note that it is late here in the UK (gone 5PM) and we are closed now for the weekend.

    Nikunj Vala
    #257796
    This reply has been marked as private.
    Nikunj Vala
    #257867
    This reply has been marked as private.
    Trevor Moderator
    #257871
    This reply has been marked as private.
    Nikunj Vala
    #257881
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 26 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.