Keep the main menu fixed

Sorry, I’ve seen you have closed the Topic but I just realize the menu is not working well at all. The menu is not showing when is on the slider, you can see what I mean in the pics I attached or checking on www.pinnahana.com.

Thank you,

Lydia

Hey there,

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

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

Admin Area -> Appearance -> Customize -> Additional CSS

/*increase z index*/
nav.navbar.navbar-default {
    z-index: 2;
}

Best regards,
Support.

Not working. The problem is just happening when the menu is on the slider. It seems like it becomes invisible.

Thanks,

Lydia

Hello there,

Please try increasing the z-index value. Here is an example:

/*increase z index*/
nav.navbar.navbar-default {
    z-index: 9999999;
}

Best Regards,
Support

Yes! Now it’s 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

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