I noticed a small bug with the enfold one page restaurant when viewing on iPhone 6 iOS8 portrait and landscape orientation.
Best to show with a screenshot, please email and I will reply with screenshot image…
Ok – the menu sits outside the template when viewing in portrait and landscape orientation. Swipe the screen and it appears top right.
Hey!
Thank you for using Enfold.
You can use imgur or dropbox to post a screenshot. Try this on Quick CSS:
@media only screen and (min-width: 768px) {
#wrap_all { position: relative; }
}
Cheers!
Ismael
Hello – fix did not work… I’d like to dropbox the screenshot. Please supply email address. Thank you
Hey!
You can paste the link here privately, please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
Yigit
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){
.responsive #top {
position: relative;
}
}
If it doesn’t work please post a link to your site.
Cheers!
Josue
Still not working – also tested enfold restaurant, same error occurs. Website: http://www.easyspellingaid.com/
There was a typo in my previous message, please try it again:
@media only screen and (max-width: 767px){
.responsive #top {
position: relative;
}
}
Regards,
Josue
Legend – works perfect. Thank you…