hello in the mobile menu in the first screen you see the Texts/Categories are not shown and in the second if you open the subcategory the Text is broken…How van i fix it?


This topic has 8 replies, 3 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
hello in the mobile menu in the first screen you see the Texts/Categories are not shown and in the second if you open the subcategory the Text is broken…How van i fix it?


Hello,
Check your code in Theme Options > Theme Custom CSS > Global custom CSS area.
Regards
Hello what did you mean? Can you please be more specific?
Hello can you fix it please? Thanks in advance.
Hello,
Move this code from Global custom CSS area into Custom CSS for desktop https://prnt.sc/tuvgbd
Also, add the next code in Global custom CSS:
@media only screen and (max-width: 992px) {
.et_b_header-menu:not(.header-secondary-menu) .item-design-mega-menu .nav-sublist-dropdown .container > ul > li:not(:last-child) {
border: none;
}
}
Regards
Thanks its working perfectly!!!
You’re welcome!
Regards
The issue related to '‘MOBILE MENU’' has been successfully resolved, and the topic is now closed for further responses