Forums Forums Search & Filter Pro Filter Problems

Tagged: ,

Viewing 11 post (of 11 total)
  • Trevor
    #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)