- This topic has 13 replies, 2 voices, and was last updated 8 years, 11 months ago by .
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 › Problem design
Hi
OK, so far the search now makes a grid, but the contents inside are still our default:
h2 post title linked to full post
The post excerpt (in your site this seems to be empty so far?)
The post thumbnail, not linked to the post
Categories (do not seem to be any)
Tags (do not seem to be any)
Post date (only one seems to have a date?)
The Bateaux theme has this differently (the example you gave me). What do you need in this content?
The other issue is that I cannot test the row functionality as there are only 3 results. There needs to be at least 9.
Hi
You need to use some Custom CSS to do that. Something like this:
form.searchandfilter .sf-input-text,
form.searchandfilter label {
vertical-align: middle;
}
form.searchandfilter > ul {padding: 0 !important;}
form.searchandfilter > ul > li {
margin-right: 20px;
display: inline-block;
}
form.searchandfilter > ul > li:last-child {
margin-right: 0;
}