Slider is hiding sticky menu

Hi there,

First of all huge thanks for the super theme! I have been reading the forums and modified heaps of the settings accordingly.

Haven’t been able to find info on this though.

My slider blocks my sticky menu, as seen here http://www.ellaseats.com/

I am using the “sticky-menu-or-anything” and have this #page .navbar-default as the sticky element.

Is there any easy way to fix this, so the menu will sit on top of the slider?

Hi @ellaseats,

I hope you are well today and thank you for your question.

You can resolve this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .navbar.navbar-default {
    z-index: 99999 !important;
}

Best Regards,
Movin

Hi Movin - thank you. That worked perfectly.

Thanks for all of your help!

You are most welcome here :slight_smile: