Overflow Issue - Please Help

Can someone help me with finding out why my homepage has white space on the right hand side? I don’t understand how to find which element is creating that.

https://preview.webflow.com/preview/listing-leaders-michigan?utm_medium=preview_link&utm_source=designer&utm_content=listing-leaders-michigan&preview=e782bb18811d7785e2ab1ab102b9f6d8&mode=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

One easy method: delete sections one after another and check for the bug. Delete navbar? Bug still there. Hero? Bug fixed. ok it’s in the Hero. Cmd+Z twice and open the Hero. And the Div 46 has a width of 100vw but also is impacted by a 75px padding left on his parent. So this elements has more with than the viewport has, and is bleeding outside. You need to use 100% on this element. 100VW is absolutely the width of the entirety of the viewport, so elements getting this shouldn’t be impacted by other elements for their horizontal position.

Div Block 46 inside Home_Hero has 100vw but also 75 margin-right.

1 Like

That worked great, thanks for helping me understand how to do it.

1 Like