[Resolved] Reduce space on mobile view between logo and hamburger menu

Home Forums Support [Resolved] Reduce space on mobile view between logo and hamburger menu

Home Forums Support Reduce space on mobile view between logo and hamburger menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #386999
    Rudy Vaughn

    Hi,

    Can you tell me how to reduce the space between the logo and the hamburger menu in mobile view on my dev site?

    http://graphiczensite.com/mcc

    Thanks!

    #387014
    Leo
    Staff
    Customer Support

    Hi,

    Try adding this CSS:

    @media (max-width: 768px) {
        .inside-header>:not(:last-child) {
            margin-bottom: 0;
        }
    }

    Remove this CSS you’ve added:

    @media (max-width: 480px) {
        #site-navigation .menu-toggle {
            height: 75px !important;
        }
    }

    Then reduce the Menu Item Height for mobile by using the toggle:
    https://docs.generatepress.com/article/menu-item-height-width/#height

    #387062
    Rudy Vaughn

    Perfect. Thanks Leo!

    #387075
    Leo
    Staff
    Customer Support

    You’re welcome!

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