Viewing 2 reply threads
You must be logged in to reply to this topic.
Please visit my website http://www.madeleinemadej.de.
With your help I switched off the menu on the IMPRESSUM page. This perfectly works on normal monitors (menu is not visible) BUT the menu is still visible on MOBILE DEVICES e.g. mobile phone. How can I also switch off the menu on mobile devices?
Thanks for your support!
Hello,
Yes, please add this code into the page’s custom css box:
@media (max-width: 979px){
.mobile_small_menu { display: none;}
}
Best regards!
You must be logged in to reply to this topic.