Homepage slider hides menu

Hi! I’m having some trouble with my navigation menu. I decided to use a different widget for my main image, because I wanted to have a few images in a slider, but now this widget hides the submenus in the navigation menu.

As you can see in the image, it covers most of the submenu and I can’t click on the links. How do I fix this?

Thanks

Can anybody help with this please?

Hi @cesisoriano,

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

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

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page ul.dropdown-menu {
    z-index: 999999;
}

Best Regards,
Movin

thanks, movin!

You are most welcome here :slight_smile: