how to make menu header fixed ?
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.nav-main { position: fixed; }
Regards,
Please login or Register to submit your answer
how to make menu header fixed ?
To resolve this issue, you can add the following code to the style.css file:
.nav-main { position: fixed; }
Regards,
Please login or Register to submit your answer