This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
I have created a menu with the following structure: produkty->dodatki-> [list of items]
After clicking “dodatki” a list of items for this menu level are displayed properly.
Unfortunately, after clicking “dodatki” some items from 2nd and 3rd level are displayed one over the other.
Hello,
Please add this code in Theme Options > Custom css > Global custom css:
.mobile-menu-inner {display: table;}
Then clear cache and let me know the result.
Regards
I didn’t help. I cleared web server cache as well as cache in my browser. Alas, I noticed that the problem exists on iPhones (Safari & Chrome browsers) and the menu displays properly on Android phone (Chrome).
In this case, try to change the previous code to:
.mobile-menu-inner {
height: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up