Forums › Forums › Search & Filter Pro › How to display filter form horizontally
- This topic has 25 replies, 2 voices, and was last updated 4 years, 2 months ago by Trevor.
-
Anonymous(Private) August 28, 2020 at 5:43 pm #257717
Hello There,
I wanted to know how to display filter form horizontally instead of vertically ?
https://prnt.sc/u7lzh0Regards.
Trevor(Private) August 28, 2020 at 9:07 pm #257747Hi
Your theme is using JavaScript to adding a lot of extra HTML inside the form, see these parts, which are not placed by our plugin:
https://www.screencast.com/t/NG4g7Kgk
Try changing the CSS you used to this:
.searchandfilter > ul { display: flex; margin-right: 10px; }
It will get you closer. Please note that it is late here in the UK (gone 5PM) and we are closed now for the weekend.
-
AuthorPosts