Keep the main menu fixed

Hello,

I would like to keep the main manu fixed showed always on the top of the page with the background in white color.

Thanks,

Lydia

Hello there,

I hope you are doing well today.

You can use the following CSS code to make the create a static menu by going to Appearance > Customize > Additional CSS and pasting it there.

/*Static menu*/
.navbar.navbar-default {
    width: 100%;
    position: fixed;
    z-index: 2;
}

#logo {
    padding: 85px 0 45px 0;
}

Best Regards,
Support

Working!

Thank you so much!

Lydia

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support