1

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:

Photo of the problem

<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>
Tibi458
  • 91
  • 2
  • 11

1 Answers1

0

i would suggest adding padding in the row container, as the width of the selectors is out of the irs-bar context :

enter image description here

z4nzi
  • 71
  • 1
  • 2
  • 7