Site logo

[Resolved] mobile menu padding

Home Forums Support [Resolved] mobile menu padding

Home Forums Support mobile menu padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2471056
    Tim

    I’d like to have the mobile header padding to mimic what it does on the sticky menu. Right now there is some padding in the header that I’d like to remove…you can see that if you scroll down the sticky menu doesn’t have this. Thoughts?

    #2471062
    Fernando
    Customer Support

    Hi Tim,

    Your logo is left-aligned on the sticky nav whereas your logo on top is centered. To clarify, do you want them the same as well? If so, do you want them centered or left-aligned?

    Let us know what you prefer.

    #2471063
    Tim

    Yes I would want them both centered.

    #2471068
    Fernando
    Customer Support

    I see. Can you try adding this CSS through Appearance > Customize > Additional CSS:

    @media (max-width: 768px) {
        nav.is_stuck .inside-navigation .navigation-branding {
            margin-left: auto !important;
        }
    
        .site-header .inside-header {
            padding-left: 0;
            padding-right: 0;
        }
    }
    #2471070
    Tim

    Beautiful. Thank you.

    #2471078
    Fernando
    Customer Support

    You’re welcome, Tim!

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