Gustavo Torres
asked 10 years ago

Is it possible to have a fixed navbar(not the entire header, but just the primary menu) when scrolling down?

1 Answers
DominicStaff
answered 10 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.nav-main { position: fixed !important; }

Hope this helps !

Powered by DW Question & Answer Pro