Mobile scroll to the left

I’ve been building a responsive site, but since the beginning I’ve been having this issue with the mobile screens scrolling horizontally, my page’s min width is set to 10, and no element is fixed, could anyone help with this?


It was fixed when I added this to the HTML Header of the index, hope it can help anyone with this issue

div.bubble-element.main-page { overflow-x: hidden !important; }