Sorry, that link disappeared due to further development. The menu can now be seen here: https://www.rockproperties.com/blog/elementor-hf/roveridx-menu/
I modified the ShortCode with the following CSS to fix the problem. The error was only in the mobile view.
/* Submenu Item Style-Spacing */
.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
height: 30px !important;
}
.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
height: 15px !important;
}
-
This reply was modified 2 years, 3 months ago by rock5861.