The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Make a Sticky Navigation Bar › Reply To: Make a Sticky Navigation Bar
My guess is that when you added position:fixed you didn’t set a width so it collapsed to just the size of the contents.
position:fixed
Just include width:100%.
width:100%
https://codepen.io/Paulie-D/pen/MWWpQNX