In a webshop, i have some sliders on my categoria page. With these sliders, i can filter products between those price.
My problem is, that on mobile devices, the horizontal scrollbar is displayed, because these sliders have absolute position, and the left or right value for that, is calculated by javascript i think.
What can i do with this? The slider plugin name is: Ion range slider.
If you want to check the site, you can do it here:
<div class="filters_container">
<input id="range_03" value="" name="" >
<input name="price_from" id="price_from" type="hidden" value="26656">
<input name="price_to" id="price_to" type="hidden" value="50533">
<input name="slider_from" id="slider_from" type="hidden" value="26656">
<input name="slider_to" id="slider_to" type="hidden" value="50533">
</div>