Page can scroll right to reveal whitespace?

Trying to figure out how this happened… I can scroll to the right to reveal a hidden space?

NOTE that it also appears differently in Designer than in live site.

In Designer, when looking at the Home page, I cannot scroll to the right.

In Designer, when looking at the Advisors page, I can scroll to the right.

In the Live staging site, on BOTH pages, I can scroll to the right. You can see this on:

I’ve looked through all the elements in the web inspector to see if some padding, or margin is present, but haven’t been able to find anything? Would really appreciate help! The fact that it looks differently in Designer across the 2 pages (one is scrollable to the right, one is not), is secondary to fix…

his @james5 the issue is with not have set one of section to position: relative. As you do not share read only I can tell how you have set it up.

you can generally set class section to have overflow: hidden or on any of your other classes, it is up to you.

In first case section or advisors-hero-section doesn’t have overflow: hidden
In second case you should set position: relative on let say section to make overflow:hidden to work.

You can just set eg. class section-oh (oh = Overflow Hidden) to have position: relative AND overflow: hidden to be unified always you will add a new section-oh

Anyway, the best way to get help is to follow the forum post guide.

When posting please:

  • Required: Share your project’s Read-Only link and live site’s Published link
  • The read-only link is a special URL generated in the Dashboard to allow others to view your project in the Webflow Designer. How to get your project’s read-only link?
  • The published link is the webflow.io subdomain where you can view the live site with custom code running. It is IMPORTANT to share this link, as custom code (eg. javaScript) does not run in the Designer.
  • Describe issue in detail including what page, section and/or element is localized
  • Upload as many screenshots as possible or provide screencast videos to help others help you faster
  • Add a description and/or post a link to a working example of what you’re trying to achieve
  • Reply to users by tagging using the @ sign followed by their forum username like this: @forumMemberName