Mobile layout not adjusted to screen size

Hello,

I am hoping someone can help. I am new to webflow and have managed to ruin the mobile view. The pricing is going outside the width of the mobile and so is the bottom (plus the menu).

I checked the sizing and couldnt find anything obvious - all blocks were set to auto rather than PX - as far as I could see. But its a problem as the page is live with this error.


Here is my site Read-Only: (Webflow - Ads Campaign - Skin Marceau)

Certainly! Here’s the translation of the provided text to English:


Hello,

The biggest problem with your website is the overall structure of the elements. All sections and all containers should use their specific class and not have distinct classes from each other.

Generally, the structure should be: section < container < div block.

Also, give all sections overflow: hidden and check other elements to ensure they are definitely within a section.

For example, right now the element section_pricing10 is not within a section, which causes a major problem.

As a result, the best suggestion is to fix the structural problem of the elements. However, a quicker solution is to give the element section_pricing10 an overflow: hidden and also give the same overflow: hidden to all sections to resolve the issue.