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 Pods and Search and Filter

Viewing 9 posts - 31 through 39 (of 39 total)
  • Trevor Moderator
    #259592

    I will try. I will ask you to remove bits of code that you have used as I go, if that is OK?

    Can you comment out ALL settings of letter-spacing and text-indent, like this (for example):

    .searchandfilter ul li {
    /*    text-indent: 7px;*/
        display: inline;
    /*    letter-spacing: 0px;*/
    }

    I am not sure how many custom rules you have like this, but try to find them all.

    chinesenetworksucl-ac-uk
    #259621

    Thank you so much. I have removed all of the text-indent and letter-spacing lines of code and also anything with padding/margins etc.

    chinesenetworksucl-ac-uk
    #259623

    Except for the ones that you gave me yesterday – I have left those in; is that OK?

    Trevor Moderator
    #259627
    This reply has been marked as private.
    chinesenetworksucl-ac-uk
    #259631

    Thanks very much, really appreciate it.

    Trevor Moderator
    #259646

    Can you remove these blocks that I gave you:

    .searchandfilter[data-sf-form-id="169924"] > ul > li > ul > li > ul > li {
        margin-left: 10px;
    }
    .searchandfilter[data-sf-form-id="169924"] > ul > li > ul > li > ul > li:first-child {
        margin-left: 0;
    }

    and replace with this:

    .searchandfilter[data-sf-form-id="169924"] ul > li[data-sf-field-input-type=checkbox] > ul > li > label {
        padding-left: 0;
    }
    .searchandfilter[data-sf-form-id="169924"] li.sf-field-taxonomy-mars_category > ul > li {
        padding: 10px 0 10px 10px;
    }
    .searchandfilter[data-sf-form-id="169924"] > ul > li > ul > li > ul > li {
        display: inline-block;
    }
    .searchandfilter[data-sf-form-id="169924"] > ul > li > ul > li > ul > li {
        margin-right: 10px;
    }
    chinesenetworksucl-ac-uk
    #259662

    Brilliant!! That worked perfectly. The checkboxes are all fixed and the form is displayed as we needed it. Thank you so much!!

    Trevor Moderator
    #259664

    Is it OK to close this thread for now?

    chinesenetworksucl-ac-uk
    #259669

    Yes, thank you.

Viewing 9 posts - 31 through 39 (of 39 total)

The topic ‘Pods and Search and Filter’ is closed to new replies.