Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #387499

    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…

    #387575

    Ok – the menu sits outside the template when viewing in portrait and landscape orientation. Swipe the screen and it appears top right.

    #388169

    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

    #389108

    Hello – fix did not work… I’d like to dropbox the screenshot. Please supply email address. Thank you

    #389484

    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

    #389767
    This reply has been marked as private.
    #389778

    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

    • This reply was modified 9 years, 1 month ago by Josue.
    #389791

    Still not working – also tested enfold restaurant, same error occurs. Website: http://www.easyspellingaid.com/

    #389797

    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

    #389802

    Legend – works perfect. Thank you…

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘One Page Restaurant iPhone 6 bug’ is closed to new replies.