Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Need a few layout tips
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 12 months ago.
- AuthorPosts
- May 24, 2021 at 7:36 pm #33389
1) Starting with the Minimal Gray Vertical theme, my goal is to have a blog page with category filters, no search box,
2) How do I position my filters (Category Checkboxes) ABOVE my results?
3) Can I remove scrolling from the results area, and make each result a fixed height and width?
May 25, 2021 at 9:25 am #33397Hi,
You can use the search results shortcode to palce the results container anywhere away from the search box.
The results scrollbar can be disabled here.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 25, 2021 at 9:38 pm #33407So far so good! I found it better to use the Settings shortcode to display my settings above my results.
Q: Is it possible to get Category checkboxes to flow horizontally, instead of being in a column?
May 26, 2021 at 1:23 pm #33427You are welcome! Well, try this custom CSS code:
Best,.asp_filter_tax { width: 100% !important; min-width: 100% !important; } .asp_filter_tax .asp_simplebar-content { display: flex !important; flex-wrap: wrap; } .asp_filter_tax .asp_option { margin-left: 0 !important; } .asp_filter_tax .asp_option .asp_option_label { white-space: nowrap; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 26, 2021 at 9:15 pm #33446That worked very well, thank you!
May 27, 2021 at 7:39 am #33456You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.