Shattered Member Feb 19, 2015 #1 How do I make the default navigation bar fixed to the top of the page? Someone please help
Jake Bunce Well-known member Feb 19, 2015 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Use this CSS: Code: #navigation { position: fixed; top: 0px; left: 0px; width: 100%; margin: 0px 0px; padding: 0px 0px; } Additional styling will likely be needed to get it working how you want. Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Use this CSS: Code: #navigation { position: fixed; top: 0px; left: 0px; width: 100%; margin: 0px 0px; padding: 0px 0px; } Additional styling will likely be needed to get it working how you want.
Shattered Member Feb 19, 2015 #3 http://imgur.com/Y4s9bZO How do I fix the width? Its at 100% but its not working... Is there some css that I can drop into it and fix it? Upvote 0 Downvote
http://imgur.com/Y4s9bZO How do I fix the width? Its at 100% but its not working... Is there some css that I can drop into it and fix it?