Forums › Forums › Search & Filter Pro › Edit style of search form
Tagged: css
- This topic has 3 replies, 4 voices, and was last updated 9 years, 6 months ago by Ross.
-
Anonymous(Private) April 23, 2015 at 9:42 am #15718
Hello, also I want to learn about the horizontal and vertical issue. Because in the free version of the plugin it was something that I could do it easily.
Separate with comma -> Example: [searchandfilter taxonomies=”search,category”]
but , in the PRO version with the UI, I searched a lot but I couldn’t find the way to make horizontal the menu.
in the short-code I receive an ID -> Example: [searchandfilter id=”13601]
Please help us.
Thank you!
Anonymous(Private) April 23, 2015 at 11:00 pm #15759Most of the search filter elements are wrapped in list tags (li) but check your source code to be sure this applies to yours…..then add a style declaration in your stylesheet that targets these, either by form ID (to target single forms) or class (to apply to all forms)….use “display:inline;” or “display:inline-block;”
An example, that targets all S&F search filter forms:
.searchandfilter li {display:inline;}
Remember that you want your drop-down (select) element to be displayed as block, but that should happen automatically and not be effected by changing the way the wrapping list element is styled.
Ross Moderator(Private) April 24, 2015 at 12:47 am #15763Yup Trisha is right…
And the steps above should get you there however you can also see this thread:
https://support.searchandfilter.com/forums/topic/horizontal-layout/
Thanks
-
AuthorPosts