How do I fix mobile view

I don’t understand what’s going on with my mobile view (published) when it comes to layout. Everything seems fine through designing preview for all devices, however that’s not the case for the real deal?

  1. Here’s my published site
  2. Here’s my read-only site

This is what my Samsung phone sees on Chrome (I have Chrome as a default web browser)

Here’s mobile view in my designer preview:

Preferably would like visual guide on helping me, but otherwise any help is much appreciated. Sorry for spamming the forums with my complications, I’m super new to web developing… xwx;

Try this

http://vincent.polenordstudio.fr/snap/xdlx0.mp4

Hey Vincent,
the video is not loading for me. It shows “0:00”

1 Like

The “Cloud bottom” image is larger than the mobile screen. Just fix its sizing and you’ll be fine

Happy Designs :webflow_heart:

2 Likes

Copy and paste this link into your browser:

http://vincent.polenordstudio.fr/snap/xdlx0.mp4

1 Like

What @Jeandcc said. Just give your Template bottom wrap an overflow:hidden property.

1 Like

It works! Thank you so much!
The “overflow:hidden” property was the solution! Thank you very much :slight_smile:

The overflow;hidden was definitely the solution, thank you so much!