Forums › Forums › Search & Filter Pro › Easy Digital Downloads, Vendd Formatting, and search bar customization
- This topic has 18 replies, 2 voices, and was last updated 6 years, 10 months ago by Anonymous.
-
Anonymous(Private) January 3, 2018 at 1:16 pm #150316
Greetings! I am working with the EDD Vendd theme and my results are coming back poorly formatted from the filters. Additionally I am having issues making the search bar formatted horizontally.
1. How do I make sure results are pulled back correctly?
2. How do I format my search bar.Thanks!
Trevor(Private) January 3, 2018 at 2:00 pm #150338Making the search bar horizontal will require some custom CSS. The precise CSS required will depend on the style you need to match your theme. I can give you general pointers in how this is done, be referring to code snippets on this forum. You can search for
horizontal CSS
, but this is the typical base CSS required:.searchandfilter > ul > li { display: inline-block; margin-right: 20px; float: left; } .searchandfilter > ul > li:last-child { margin-right: 0; } .search-filter-results {clear: both;}
As to the appearance of results, are you able to send me a live link/URL to your search page so I can take a look?
Anonymous(Private) January 6, 2018 at 4:01 pm #150840Trevor really appreciate your support here. I changed my results section class and that solved most of my issues. I am working with the CSS for the search bar now and after that I should be right as rain. Let me attempt with the code snippets first and I will get back to you!
-
AuthorPosts