How do i make the menu bar remain visible even when I scroll to the end

Hello again :slight_smile:
How do i make the menu bar remain visible even when I scroll to the end? Currently when i scroll through my post you can no longer see the menu bar unless I scroll to the top of the page.

Thank you,
Nathalie

Hey there,
Hope you’re doing well today

While this feature isn’t available within the theme, You may search the WordPress Plugin Directory or Codecanyon for a suitable plugin. I’ve searched for you and I found a few plugins:

I hope this helps :slight_smile:

Best Regards,
Support

Thank you so much for your help!
I used the “Sticky Menu (or Anything!) on Scroll” plugin. It worked perfectly, however when I scroll over the slider bar the menu is behind the slider bar. Is there a way i can have it go over top? It only happens when scrolling past the slider bar, so if there is no solution its totally fine.

Thank you! Have a wonderful day!
Nathalie

Hey again,

Kindly add and save the following code to Appearance > Customize > Additional CSS:

nav.navbar.navbar-default.sticky-element-original {
    z-index: 3!important;
}

I hope this helps :slight_smile:

Best Regards,
Support

thank you this worked wonderfully!

Have a great day!
Nathalie

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