Dropdown menu 3rd level

Hi there!

First of all, thank you for this wonderful and flexible theme! It’s great!

I noticed a problem, also in your demo shapely on mobile devices (android, iphone)

If you click on level 2 in the dropdown menu to see level 3 it doesn’t work.

You can’t see the level 3 area properly.

Attached please find the screenshot.

Please advise. How can it be fixed?

Thanks!

BR Florian

Hi BR Florian,

I hope you are well today and thanks for posting here.

I could confirm the issue on my test site therefore notified the issue the theme developer so that it will be fixed in the future version of theme.

In the meanwhile you can fixing it 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

@media (max-width: 991px){
.menu ul.dropdown-menu li a {
    width: 90%;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul{
  left: 0;
  position: relative;
}
}

Best Regards,
Movin

Hi,

thank you for your help!

Best regards,

Florian

You are most welcome here :slight_smile: