Tagged: iphone
Hi, if i slide to the right on my iphone, the menu appears? I would to remove this option, if it’s an option :-)
Thank u!
Fabio
Hey Fabio!
That’s an unexpected issue and it will be fixed in the next patch, in the meantime add this to Quick CSS:
@media only screen and (max-width: 767px){
.responsive #top {
position: relative;
}
}
Regards,
Josue
I just tried adding that code, and it doesnt appear to be working.
There was a typo in my previous message, please try copying it again.
Regards,
Josue
That worked. Thanks Josue.
You are welcome, always glad to help :)
Regards,
Josue