Keep the main menu fixed

Hi there,

Is it possible to make it so that the top menu of the page are always at the top? ie: so that when you scroll down, the menus are still visible?

Thanks,

ccluz

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

/*Fixed header css*/
.navbar.navbar-default {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
}
header#masthead > .container {
    margin-top: 71px;
}

Thanks!
Colorlib Support Team

Noda : Great ! and very thanks !!!

You are welcome and thank you too :slight_smile:

I will close this ticket, but you can open new ticket if you need anything else