New Landing How can we help? Atelier Menu Items Float Down

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #257503
    eddeaux
    Member
    Post count: 45

    Hello, I am trying to keep these menu items from overlapping when the browser window is shrunk down. I tried this code but it didn’t work.

    Is there a way to make it go to the mobile menu stacked before it does this? Screenshot attached. Thanks!

    @media (min-width: 992px)
    .container {
    width: 100%;
    }
    }

    Attachments:
    You must be logged in to view attached files.
    #257505
    eddeaux
    Member
    Post count: 45

    I found this cool bit of code that resolved the issue. The font resizes with the window, I just love CSS!

    Viewport Sized Typography

    #main-nav, #header nav, .vertical-menu nav, #header-section.header-9 #main-nav, #overlay-menu nav, #mobile-menu, #one-page-nav li .hover-caption, .mobile-search-form input[type=”text”] {
    font-family: Oswald;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1vw !important;
    }

    #257523
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Brilliant! I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register