Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
could you please help me for this more topic on this site:
https://www.centrodellaceramica.innovaimpresa.com/
I have a very large main menu. It is too large already for 1024px screens. In fact it falls down.
See screenshot: https://www.marco-marino.it/specular-main-menu-too-large/
I thing I could solve this by activating the mobile dropdown menu already from 1024px screens to smaller ones?
Do you thing it’s a good solution? How can I do this?
Regards
Marco
Hello,
Please add this code into your custom css box:
@media (max-width: 1179px){
header#header #navigation { display: none !important;}
.mobile_small_menu { display: block !important;}
#logo { float: right; padding-right: 35% !important;}
.menu-small ul.menu > li > a {
color: #101010 !important;
}}
Best regards!
You must be logged in to reply to this topic.