New Landing How can we help? Atelier Header layout issues on smaller screens

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #233960
    quentro
    Member
    Post count: 49

    I have social icons, cart and language switcher enabled. 4 Sites in the menu and a logo… so nothing special. But: please take a look at the screenshots, the icons are pushed into the menu points.

    Thank you

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

    Hi,

    We could see if we can improve that with this media query:

    @media (min-width: 992px) {
    .full-center nav#main-navigation {
    margin-right: 150px;
    }
    }

    Thanks.

    #234338
    quentro
    Member
    Post count: 49

    Improve yes, fix: no ๐Ÿ™‚

    #234340
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    How do you see it, can you add a screenshot? It’s likely another media query will need to target a lesser size.

    Thanks.

    #234341
    quentro
    Member
    Post count: 49

    Here’s the screenshot

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

    Got it, let’s tweak the above to this:

    @media (min-width: 992px) {
    .full-center nav#main-navigation {
        margin-right: 280px;
        max-width: 100%;
    }
    }

    Thanks.

    #234969
    quentro
    Member
    Post count: 49

    You’re the man ๐Ÿ™‚ It works, thank you

    #234971
    David Martin – Support
    Moderator
    Post count: 20834

    Great, happy to help you!

    – David.

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