Is it possible to have a fixed navbar(not the entire header, but just the primary menu) when scrolling down?
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.nav-main { position: fixed !important; }
Hope this helps !
Please login or Register to submit your answer