Forums
Forums / Theme: Materialis / Hiding Mobile Menu
(@dkambur)
7 years, 9 months ago
Does anybody know how to remove the mobile menu. It looks like three horizontal lines. I would still like to keep the desktop and tablet look the way it is, just particularly on mobile.
The page I need help with: [log in to see the link]
(@ionuttudose)
Hello,
Please, use this extra CSS code :
@media screen and (max-width: 468px){ .main_menu_col{ display:none !important; } }
7 years, 3 months ago
Hi @dkambur ,
Was your issue solved using the above solution?
Please let me know what is the current status of your issue so I can further help you.
The topic ‘Hiding Mobile Menu’ is closed to new replies.