Site logo

[Resolved] Hamburger menu (mobile mode) is not staying inline with the header logo

Home Forums Support [Resolved] Hamburger menu (mobile mode) is not staying inline with the header logo

Home Forums Support Hamburger menu (mobile mode) is not staying inline with the header logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2470004
    Minhaz

    On the mobile mode, the hamburger menu is going down the logo. It should stay inline the with the logo. Please help. Thanks.

    https://potterywheelsreview.com

    #2470018
    Fernando
    Customer Support

    Hi Minhaz,

    Can you try adding this CSS through Appearance > Customize > Additional CSS?:

    @media (max-width: 768px) {
        .site-header .inside-header.grid-container {
            flex-wrap: nowrap;
        }
    
        .site-header .inside-header.grid-container nav#site-navigation {
            flex-basis: unset;
        }
    }
    #2470040
    Minhaz

    Yes, it works! Thanks so much. 🙂

    #2470049
    Fernando
    Customer Support

    You’re welcome, Minhaz! 🙂

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