I have just publish my first client website on webflow and the only concern I have is the mobile version width is too wide on the services page and I can see why?
On the homepage it is perfectly fine but I cannot see what is making the services pages create all the space to the right when swiping left.
I have attached the photos because I am not sure if it makes sense lol
I was able to fix the issue. Try following these steps:
Take the SanteMap embed block out of the MapWrapper and delete the wrapper
Change the display mode of SanteMap back to block
Delete the width, min-width, and max-width from the SanteMap styling
Open the SanteMap embed block settings and change the width to 100%
Go to the landscape mobile view and delete the width and align styles from SanteMap
Go to the portrait mobile view and delete the width from SanteMap
That should fix all the width issues you’re having with the map.
If you want to map to extend to the edges of the screen, you can try to adding a negative 21 pixel margin to the map left and right, then change its parent flex align setting to stretch on all the media query sizes.
Also delete the 100vw width from the MyContainFooter on portrait mobile. This is causing a width issues as well because 100vw plus a 21 pixel margin is wider than the viewport.