[Resolved] Padding for slide out navigation

Home Forums Support [Resolved] Padding for slide out navigation

Home Forums Support Padding for slide out navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #696851
    Irene

    Hello GP support,
    The icon of the menu on smartphone is too close to the right.
    I have this CSS
    .mobile-header-navigation .mobile-header-logo img {
    padding: 2px
    }

    I’ve tried adding padding to the right, but it doesn’t work.
    Can you please help?
    Thanks a lot!

    #696931
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    #mobile-header>.inside-navigation {
    	padding-right: 10px;
    	box-sizing: border-box;
    }
    #696939
    Irene

    Thanks, 10px is too much, the slide out navigation jumps to another line. But 5px is fine.

    #696945
    David
    Staff
    Customer Support

    Thats great – glad you got it resolved.

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