- This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › How to make the search fields display in line or streamlined
Try this custom CSS, which will reduce all the vertical gaps:
.widget-container .searchandfilter label br {
display: none;
}
.widget-container .searchandfilter select,
.widget-container .searchandfilter input {
margin-bottom: 0;
}
.widget-container .searchandfilter p {
margin-bottom: 0;
margin-top: 0;
}
You can play with those if that is too much!!
There is not enough room to place the filters side by side on a desktop site.