Forums › Forums › Search & Filter Pro › Horizontal search
Tagged: horizontal, horizontal search
- This topic has 7 replies, 3 voices, and was last updated 9 years, 10 months ago by Ross.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Anonymous(Private) January 7, 2015 at 5:50 pm #9900
just found the answer: https://support.searchandfilter.com/forums/topic/horizontal-layout/
thanks
Ross Moderator(Private) January 7, 2015 at 10:27 pm #9912Thanks Shirley
Hey Boaz, does the link above answer your question?
Thanks
Ross Moderator(Private) January 8, 2015 at 1:22 pm #9932Hey Boaz
There are two ways to do it…
Normally your homepage would have a class on it –
.home
So you could style Search forms on your homepage like:
.home .searchandfilter { border:1px solid #f00; }
Alternatively you could target them individually using attributes:
.searchandfilter[data-sf-form-id='12'] { border:1px solid #f00; }
Where
12
is the ID of your formI will be adding a proper ID attribute to the forms in the next release.
Thanks
Ross Moderator(Private) January 10, 2015 at 4:50 pm #10081Just emailed you an update with this added in 🙂
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)