Forums › Forums › Search & Filter Pro › Pods and Search and Filter
- This topic has 38 replies, 2 voices, and was last updated 4 years, 1 month ago by Anonymous.
-
Trevor(Private) September 16, 2020 at 9:56 am #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.
Trevor(Private) September 16, 2020 at 12:20 pm #259646Can 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; }
-
AuthorPosts