This topic has 4 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
Hello,
when i click on the menu , on the category ΜΠΑΛΟΝΙΑ, the menu appears but i can ‘t see on the subcategories and when i am trying to scroll down , i manage to go down on the main page and not on the menu.
can you help?
Hello,
What device and browser do you use?
Regards
hello, i am using windows laptop with google chrome and edge
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-height: 900px) {
.item-design-mega-menu .nav-sublist-dropdown > .container > ul {
overflow: auto;
max-height: 72vh;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up