[Resolved] Mobile Menu always on the right, never drops under the Site Branding

Home Forums Support [Resolved] Mobile Menu always on the right, never drops under the Site Branding

Home Forums Support Mobile Menu always on the right, never drops under the Site Branding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #829875
    Markus

    Hello Vancouver Island!
    Some help wanted, please.

    Customer wants the Main menu / Mobile always on the right, should never drop below the branding.
    post 375w
    post 600w
    post 1024w

    Any chance to do this with GP?

    Thank you again for this extraordinary theme.
    I do all new websites with GP … and migrate the others.
    ๐Ÿ˜‰

    Markus

    #830053
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    @media (max-width: 768px) {
        .site-header {
            text-align: left;
        }
    
        button.menu-toggle {
            position: absolute;
            top: 40px;
            right: 12%;
            width: auto;
        }
    
        .main-navigation .inside-navigation {
            position: static;
        }
    }
    
    @media (max-width: 500px) {
        .site-branding {
            max-width: 70%;
        }
    }
    #830720
    Markus

    Tom,

    super. This is it.
    Got you another coffee … or package of diapers?

    A big thank you from Berlin.

    Markus

    #831057
    Tom
    Lead Developer
    Lead Developer

    Thank you! Really appreciate that. Coffee is much needed ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.