Home page moving left and right sine installing widgets

Since installing a slider and an instagram feed on the home page, it is working great on desktop but on mobile the screen doesn’t stay static, the content moves left and right when you move your finger or swipe across the screen so it can be left with a blank white screen. When I remove the widgets this doesn’t happen. How can I stop this from happening. It’s only on the home page

Thanks
Carl

2 Likes

You can add this to Custom CSS tab of App (Or if your site has CSS area, you can add it here)

body {overflow-x:hidden;}
2 Likes

Thanks.
Just installed that code into custom CSS on each widget.
Unfortunately it didn’t work.
Any other ideas anyone?

thanks
Carl

2 Likes

Try this new. If it still doesn’t work. Can you share link to page where you added widget?

html, body {overflow-x: hidden !important;}
2 Likes

Unfortunately that didn’t work either.
It is the product slider and the instagram feed on the home page

thanks
Carl

2 Likes

Hello @Carl2!

I am terribly sorry that you’ve experienced such an issue!

@tuanphan A huge thanks for your assistance!

@Carl2 I’ve checked your website from mobile and the issue isn’t displayed on my side.

Could you please provide me with a video screencast of the issue?

Also, please specify device and browser you are using. We’ll be happy to investigate the issue!

2 Likes

Hi Max, @Tuan has sorted this issue for me.

Thanks anyway

3 Likes

I have the same issue, can anyone help please? @Tuan :pray:

2 Likes

Can you share link to page where you have problem?

3 Likes

Hey there, @Farfalla_Designs :wave:

I’ve checked this page and the issue isn’t displayed on my end now.

If it is the right page, please send us a screenshot or a video screencast of the issue. However, if the issue occurs on another page, please send us the link :slightly_smiling_face:

1 Like

Hi! Yes, this is the page. When i open it on my mobile screen is not fixed, it is moving

2 Likes

Yeah, I’ve checked it in mobile too and everything seems to be fine.

Could you please send me a video screencast of the issue and specify the device you’re using? It will help us understand what’s going on :pray:

1 Like

Thank you for quick reply. I will do tomorrow, 1am here in Au

2 Likes
1 Like

2 Likes

It looks fine to me, but you can try add this code to Custom CSS box on your site

html, body {overflow-x:hidden;}
2 Likes

Hi @Farfalla_Designs :wave:

Thank you! Please try the solution suggested by @tuanphan.

If it doesn’t help, please let me know what device you are using :slightly_smiling_face:

2 Likes

It helped!!! Thank you!!!

3 Likes

html, body {overflow-x:hidden;} this helped! Thank you!

3 Likes