Hello! I am trying to remove an unexpected horizontal scroll on my store which makes it difficult to use on mobile. I checked through theme settings and did not find any thing mentioning the scroll so im stuck.
https://prnt.sc/128hppj -the horizontal scroll appears because of this section. If you try to hide this section, the scroll will disappear.
As a solution, you can either hide or specify a style to adjust the class .product-slider-text-wrapper. We highlighted the class in red on the screenshot.
To do this, you need to find this class in the style.min.css file. Since this file is minimized, there will be difficulties when editing this file. To find the class, press ctrl+f or cmd+f and enter the class name product-slider-text-wrapper and increase the padding from 30 to 35px.