Hi there, I have the problem that you can move my homepage in mobile browser to the left and right with one finger. When I swipe through the product photos to the left the whole page moves to the left, leaving a gap on the right side. I’m using the simple theme. Any help would be much appreciated.
Thank you again for your help. I’ve just noticed a change on the desktop version of my homepage. (Mobile is fine.) I think the code you provided might collide with another code I’m using to remove the empty tag line area in the header and bring the content up (simple theme). In the past I added this code in layout - theme.liquid:
.main-content {
margin-top:-6em;
}
@media only screen and (max-width: 500px) {
.main-content {
margin-top:inherit;
}
}
Otherwise the code you provided works fine for my original issue with horizontal scroll on mobile. Is there a way to modify your code so it would work for mobile, but not effect the desktop version? I hope it’s okay to ask. Thank you.
I am having the same problem. I am using Vinova Salehup 2.0. The sides of my mobile version have white space and the screen slides the the right. Please help!!!