Forums
Forums / Theme: Composer / Fixed/Sticky nav bar
(@andreakr)
10 years, 5 months ago
Hi guys,
I’d like to have my menu/nav bar sticking to the top of the browser window while scrolling, do you know how to make it work?
My blog if it helps: http://auhasard.fr/
Thanks!
(@themehit)
Hi, you can do it with CSS tweak below. Go to “Appearance > Customize > CSS” and insert custom css below
.site-header { padding: 10px 0px 3px; position: fixed; width: 100%; background: #fff; }
It works perfectly, thank you!
The topic ‘Fixed/Sticky nav bar’ is closed to new replies.