Help with header margins/padding

Hello everyone,
This landing page is a work in progress so I am aware that I need to do more work on it but my question is in regards to my header.
Can someone help me figure out why the right side of my header runs off the page with 100% width?
I’ve tried margins and padding, auto, percentages, etc. but I couldn’t figure this out.
codepen: https://codepen.io/battlelemon/pen/rNWEeOM

thanks very much :slight_smile:

Hey there !
One way to fix it is to add
* { box-sizing: border-box; }
at the top / start of your css, also it’s highly recommended you always use this, there’s great youtube videos explaining what it does :slight_smile:

hi! awesome. thanks for your help.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.