Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #211636

    1) If you view this website on the iPad in vertical mode in Chrome and Safari the top Navigation disappears. Here is the link to the website: http://bit.ly/1dGktBg

    Also, in relation to this problem with Safari in landscape mode the Home overlaps slightly onto the logo. In Chrome it does not overlap the logo.

    I attempted to fix the padding in the vertical mode but had no luck.

    Thanks!

    #211779

    Hi jmikhail!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Navigation disappears on iPad in Vertical Mode’ is closed to new replies.