Forums › Forums › Search & Filter Pro › Not showing correct result
- This topic has 7 replies, 3 voices, and was last updated 6 years ago by
Trevor.
-
Anonymous(Private) September 23, 2019 at 8:26 pm #221690
Hi Trevor,
Thank you so much!!! Yes, that is working fine now. It was doing some funky thing with two buttons showing sometimes but I think it was a caching problem because it seems to have fixed itself.
I also tried to display the results next to each other instead of one long row. I even tried a Themer layout displaying posts differently but I could not figure either out. If you can help me display them in a horizontal row I would really appreciate it. Any advice, please?
Many Thanks
VernitaAnonymous(Private) September 23, 2019 at 8:34 pm #221694Hi Vernita,
I just happened to be looking through other peoples questions to try to solve a problem of mine and I came across this. If you add the following CSS it should make the form display horizontal rather than vertical.
.searchandfilter > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; }
Anonymous(Private) September 23, 2019 at 8:54 pm #221696@shelby Thank you very much for that. It did not quite work – that CSS shows the search form horizontally, not the results. But it did steer me in the right direction:
.SearchResult {
display: inline-block;
vertical-align: top;}
This CSS worked for me. Thank you so much!
-
AuthorPosts