Hey Guys,
i have made a Webpage with an anchor menu. ( Onepage Webpage )
THe Menu is sadly not working on mobile Phones.
So i would like to deactivate the menu on every phone.
Just that Tablets and Computers user can see the Menu.
This is the webpage:
Is that possible? I just could find captions like deactivating the submenu.
THank you
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.responsive #top #wrap_all .main_menu {
display: none;
}}
Best regards,
Yigit
Awesome, Thank you very much.
Worked like a charm!