Forums Forums Search & Filter Pro Pods and Search and Filter

Viewing 9 posts - 31 through 39 (of 39 total)
  • Trevor
    #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.

    Anonymous
    #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.

    Anonymous
    #259623

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

    Trevor
    #259627
    This reply has been marked as private.
    Anonymous
    #259631

    Thanks very much, really appreciate it.

    Trevor
    #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;
    }
    Anonymous
    #259662

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

    Trevor
    #259664

    Is it OK to close this thread for now?

    Anonymous
    #259669

    Yes, thank you.

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