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 Filter Problems

Tagged: ,

Viewing 11 post (of 11 total)
  • Trevor Moderator
    #275110

    I think this custom CSS should sort out the display:

    .qodef-page-content-holder .searchandfilter[data-sf-form-id="3372"] ul li::before {
        content: "";
        padding-right: 0;
    }
    .qodef-page-content-holder .searchandfilter[data-sf-form-id="3372"] ul li {
        padding-left: 0;
        text-indent: 0;
    }
    .searchandfilter[data-sf-form-id="3372"] ul > li > ul {
        padding-left: 0;
    }

    The image loading issue is because Lazyload images is ON in JetPack.

Viewing 11 post (of 11 total)

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