Hi @l!
Please i Need your help, i’m a beginner…
i want customize the mobile view and activate the mobile menu for devices in landscape mode.
I’ve found here this code:
@media only screen and (max-width: 1200px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
and i works well……..
BUT after that i cannot see my cart symbol for the shop anymore.
Please help me….
Regards, Markus
Hey lackformkleber,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
Hi Andy,
here it is.
Thank’s for Support.
Regards, Markus
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1200px) {
nav.main_menu li { display: none !important; }
nav.main_menu li.cart_dropdown_first, #advanced_menu_toggle { display: block !important; }
#advanced_menu_toggle { right:120px }
}
Best regards,
Vinay