Hi all, i encountered a problem with mobile menù on Google Chrome desktop and Chrome on Android.
When i navigate the website http://www.siamocreativi.it on small screen under 768px i can see the mobile menù sliding on left.
Any idea why?
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){
.responsive #top {
position: relative;
}
}
Cheers!
Josue