- This topic has 1 reply, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Add design to search page?
Hi! SFP is the solution to so many website headaches for me, and I’m looking to make it just a little clearer for my users. (Both of them :-P) My site is http://www.stagecombatscenes.com/, and in a perfect world I’d be able to get it to look more like this mock-up, but at least I want it to look like this simpler one. Help? I’m a pretty basic user and I hope this is something I can manage.
I couldn’t find an answer by searching the forum, but if there’s a thread I missed, let me know.
Cheers,
Megan
Hey Megan
S&F does not do the layout design work for you, it keeps things very basic so you can customise.
The problem you are describing is pretty much a generic html/css question which I can’t really provide an answer for unless I’m writing specific code for your site.
So first, to make the whole form horizontal you would need to do the following (may not work in all themes):
https://support.searchandfilter.com/forums/topic/horizontal-layout/#post-6143
And then you would need to figure out the rest of the CSS changes you want to make yourself.
Theres plenty of info out there – what you want to be looking for is using CSS to style unordered lists (ul – which is what all the fields are contained in) and I guess heading tags (h4).
Thanks