How to make the navbar fixed/sticky?

I've tried adding this into my custom CSS. It works, but the navbar gets all scrunched up to the left.

.navbar { position:fixed; }

How can I get the navbar to always stay at the top of the page whilst retaining it's full width?

Tagged:

Comments

Sign In or Register to comment.