Archived topic
Centered nav logo not in the middle on tablet and mobile
7 replies · Started by Ireneusz on December 9, 2020
Hi guys,
I used your CSS to create a navigation with a logo in the center. For some reason, on tablet and mobile it is not centered, but shifted right couple of px, and I don't know how to make it even.
Thank you for your help!
Hi there,
try adding this CSS to remove the default left margin on the logo:
#mobile-header .site-logo.mobile-header-logo {
margin-left: 0;
}
Perfect, thank you once again, David!
You're welcome
Hi again,
Is there the default left margin on web? How could I change it?
Thank you!
No - theres no additional margin on the desktop version.
Ok, thank you David!
You're welcome