Showing 1 – 2 of 2 replies
luisribas

Is it possible to make the menu fixed? […]

luisribas
6 years ago
is it possible to make the menu fixed? keep menu fixed scrolling the page.
Erick
Erick SELLER
6 years ago
Hi Luis,

Sure, just add the class 'fixed-top' to the navbar, you can see an example here:
http://spacialtheme.herokuapp.com/2.3/header-light.html

And a variation that starts as transparent and then goes solid on scroll:
http://spacialtheme.herokuapp.com/2.3/header-transparent-fixed-light.html

Same functionality with the dark navbar
jstafford
jstafford PURCHASED
5 years ago
Hi @ericklvz - when you have a fixed header AND single page navigation (anchor tags), whether on mobile or desktop, the fixed header covers content on the area that's scrolled to. I can write CSS to deal with this on desktop - but would be better if you included it as part of the template. Not sure how to deal with on mobile, as the menu will dynamically size to the content.

Thoughts?