What's your biggest current challenge? Have your say in Community Polls along the right column.

Why do my pages scroll over on mobile when trying to slide through images and products?

Why do my pages scroll over on mobile when trying to slide through images and products?

PLAZMASK
Visitor
2 0 1

My website looks fine on desktop, but when viewing on mobile, you can scroll out of the boundaries of my site, showing nothing but white space. This is especially noticeable when trying to scroll through featured products and images.

 

If anybody has a solution to this, please let me know.

 

My store url is plazmask.com, and is built with the Influence theme.

Replies 2 (2)

PLAZMASK
Visitor
2 0 1

I got it to work properly by adding this code to the Custom CSS section of my theme settings 

 

@media screen and (max-width: 767px){
  html,body{
	overflow-x: hidden! important;
  } 	
}
TTCarlitos
Tourist
7 0 1

Worked for me to,  just add to the very bottom of theme.css