Support Forums

Hey there, it looks like you've been redirected from designsandcode.com - as you can see we have a new home - read more

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

Forums Forums Search & Filter Pro have search fields line up horizontally

Viewing 3 posts - 1 through 3 (of 3 total)
  • Daniele Dambrosio
    #30141

    Is there a way to get the fields to be side by side instead of stacked ?

    Ross Moderator
    #30186

    Take a look at the suggestions here:

    https://support.searchandfilter.com/forums/topic/horizontal-layout/

    Thanks

    Daniele Dambrosio
    #30189

    Figured it out yesterday. This code worked for me:

    .searchandfilter > ul
    {
    margin:0;
    padding:0;
    text-align:center;
    }
    .searchandfilter > ul > li
    {
    display:inline-block;
    padding-right:10px;
    }

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

You must be logged in to reply to this topic.