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 Display horizontal not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Ugo
    #208351

    Hey there,
    I just purchased the pliugin. I tried your custom css in both these 2 versions but it doesn’t work (also adding the !important attribute), any reason why?

    .searchandfilter > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    }

    .searchandfilter[data-sf-form-id=”9707″] > ul > li {
    display: inline-block !important;
    vertical-align: top;
    padding: 0 20px;
    }

    This is the test page I built Test page

    Thanks!

    Ugo
    #208352

    Update: I managed to make it work if I use a custom css plugin at page level.. it would be nice to understand how this can be made to work on the child theme css page – thanks!

    Trevor Moderator
    #208374

    My preference to adding custom CSS is to either use a plugin (as you have done), or enqueue the file from your child theme functions.php file.

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

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