0
I have a published website and it is featuring a side scrolling in version Responsive when accessed via iPhone that no longer exists on any device. Both in Safari and in Chrome is accessed via iPhone. Android devices work normally.
I have tested several solutions like that one, do not work. I added a container around all the content to try to give overflow-x: hidden
and does not respect. I tried to add javascript via maximum width = device width. Nothing.
I removed part of the code to see what generates scrolling and basically it’s all that is in the very center, possibly has to do with the carousels. I also tried to give overflow-x: hidden
in them, overflow: hidden
, fixed size and etc. Nothing works.
I don’t know what else to do. Someone went through it?
For testing purposes, try this in your CSS:
*{ overflow-x: hidden !important; }
.– Sam
Tested commenting or removing the carousel to see if the problem is with himself?
– hugocsl
Hi @Sam, yes. I had already tested, does not work.
– Aryana Valcanaia
@hugocsl yes, Hugo. I’ve done it. The carousel and the Scrollreveal so generating this side scrolling.
– Aryana Valcanaia
I tried to take a look here, but I don’t have a test environment to visualize this horizontal bar, in this I won’t be able to help much
– hugocsl
@hugocsl Thank you for trying to help anyway :)
– Aryana Valcanaia