Main menu doesn't show sublevels

This is a fantastic theme! I don’t need to customize with plugins like page builders or CSS so far.

I have had a couple of issues with the Main Menu. http://toni-two.com/

1). Resolved: The first issue was that the menu wouldn’t change to any other menu than the first menu that populated. I deleted and rebuilt the menu I want to use - and it’s the Main Menu now.

2). Unresolved: the Main Menu only displays the top level navigation. This is the same menu that I just deleted and rebuilt.

Thanks for a great and free theme - plus your support and maintenance.

The sublevel does appear in the mobile menu.
I assume there are no further more levels for the menu than one sublevel.

Hello there,

I hope you are doing well today.

I have checked your website and the sub menu does appear so you may need to clear your browser cache. Here is a link to help:

Best Regards,
Support

Hi! You are correct. It wasn’t working on my iPad. I disabled some plugins. It works on my laptop.

Thank you for the quick reply, sorry it was my error.

Cheers!

Hi,

Can you try this solution, Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

@media (max-width: 767px) {
	.dropdown-menu {
         display: block;
         position: relative;
         min-width: 100%;
     }
}

PS: It is already reported, so that it will be fixed in the next version.

Let us know,

Thanks,
laranz.