Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results box in full height and more results / Range slider on mobile
This topic contains 2 replies, has 2 voices, and was last updated by linda111129 3 years, 8 months ago.
- AuthorPosts
- October 8, 2019 at 10:56 am #24249
Hi, yesterday I had the same question but couldn’t find it in tickets here.
I would like to change the resultsbox. It should show more objects and without the scrolling frame. How can I change this (php, css?)
Thank you for your answer.
Besides how can I make the range slider in full width. The prices for the objects
The real estate objects on the website have a price range of 0 to 4 million euros. Unfortunately, the range slider on the phone is no longer operable. There is also the possibility to work with checkboxes, but I do not know how to implement that. The example with the sample values, I can unfortunately not understand. In that case would you have to use property_price1000 as an example?October 8, 2019 at 2:32 pm #24251Hi!
It depends on which layout do you use (vertical, horizontal, isotopic..), but there are options to change that without any custom CSS:
– For vertical layout, you can change the viewport to a very high number, then the scrolling will never trigger: https://i.imgur.com/adM1dDD.png
– For the isotopic layout, turning off the pagination: https://i.imgur.com/u1VKOWg.png
I can also recommend checking the results layout and position documentation, you will find some other useful information there as well.The range slider width follows the width of the filter boxes, that can be set here: https://i.imgur.com/rsKce64.png
If you prefer to set them via custom CSS, you can do that by using this:fieldset.asp_custom_f { min-width: 100% !important; }
It of course depends on the case, you can use either px or % values as well.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 8, 2019 at 3:12 pm #24252Hi Ernest,
height of results box: thank you – solution is so simple 🙂 - AuthorPosts
You must be logged in to reply to this topic.