I’ve created a fixed navbar with a fixed height and then pushed the section below down by adding margin to the top - just like you show in this tutorial. - YouTube
I’ve never had an issue with this before but in the designer, it’s now pushing everything down so that my footer is getting cut off by being pushed below the bottom of the browser frame. This only happens in Chrome on a Mac (Version 61.0.3163.100) even with extensions off in incognito mode. It’s fine on Safari.
Hi @tubes@Mark_Mo_Lerner
This issue is often referred to as collapsing Margins. Basically separating content from the body via Margin will push content off the page. This is true in the Webflow Designer and when coding by hand.
To avoid this issue, you can create space by applying padding-top to the body element when using an absolutely positioned navbar.