New Landing How can we help? Atelier Top Navigation menu obscures page content

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #279603
    alexbwang
    Member
    Post count: 14

    Hi,

    We’re experiencing a strange display issue on mobile view… basically, the top of page content (e.g page title or Global Banner) gets covered by the Navigation Menu on first loading the page. We have tried different combination of theme settings but it doesn’t seem to solve the issue.

    Confirmed with Chrome and Safari browser on iOS.

    Could you please advise urgently, thank you

    Attachments:
    You must be logged in to view attached files.
    #280026
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you test adding this to Theme Options => Custom CSS:

    @media only screen and (max-width: 479px) {
    #main-container {
        margin-top: 45px;
    }
    }
    #280394
    alexbwang
    Member
    Post count: 14

    Hi, we’ve applied the CSS code you provided, however the site still behaves as before. Tested on iPhone 6, 5, 6S Plus with Chrome iOS and Safari browsers. Please advise urgently, thank you

    #280669
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    On this page for example, I see nothing getting covered:

    Are you referring to this:

    #280731
    alexbwang
    Member
    Post count: 14

    Yes, home page global banners are getting covered. Please advise. We’re hoping you could provide a solution that doesn’t involve adding a hard margin to force the contents down. Look forward to hearing from you, cheers

    #281194
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, this will do it:

    #mobile-header-sticky-wrapper {
        min-height: 82px;
    }

    Also you have a CSS error caused from an unclosed media query.

    #281730
    alexbwang
    Member
    Post count: 14

    Thank you, problem resolved.

    Will you be providing a fix in future update for this?

    #281954
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will forward to David so he can reply.

    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register