Hi there
I have a website in development. I have built with pro and everything is fully up to date.
The menu is quite long so I wanted it to change to a mobile menu on anything from ipad size down. I was given this code to put in
@media (max-width: 979px){
.x-nav-wrap.desktop,
.x-nav-wrap.mobile.x-collapsed {
display: none;
}
However when you look at the ipad size, on an ipad, then the menu is all strange and does not show properly.
I would be grateful if you could just take a look and let me know if you can see anything untoward.
Thank you.