Good morning I have a problem. When I open the main menu of the template from mobile all the menu items open(photo attachment). From web PC everything is fine.
What can I do? Thank you
Hi saliinvetta, You can add the following CSS code to your site:
.module-ct > ul.nav ul.dropdown-menu { display: none !important; } .module-ct > ul.nav li.open > ul.dropdown-menu { display: block !important; }
Good morning where? With ftp? In the template settings? Thank you
Hi saliinvetta, You can create a custom.css file in the /templates/ja_edenite/css/ folder then add the CSS code.
Thank you !