Tagged: mobile menu
Hi There,
I have tried to disable the mobile menu following previous post but without success.
The code I used was:
@media only screen and (max-width: 968px) {
.responsive #top .mobileMenu {
display: none !important;
}
}
Link to the landing is here: http://test.jonathonheyward.com
Thank you for your help!
V