- This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Display the current filter query in the filter form area (Ajax area)
Tagged: sort
Do you have a realisation of what it needs to look like?
I can see your form needs at least this custom CSS, I think:
.page_decoration .searchandfilter ul li:before {
display: none;
}
.searchandfilter > ul > li > ul > li {
margin-bottom: -20px;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
top: -20px;
position: relative;
}
… to remove the ‘dots’ and align things nicer.