Site logo

Archived topic

Padding for slide out navigation

3 replies · Started by Irene on October 9, 2018

Viewing posts 1–4 of 4

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!

Hi there,

try this CSS:

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

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

Thats great - glad you got it resolved.

This archived topic is closed to new replies.