Archived topic
Aligning My Site Logo Left In The Header
5 replies · Started by Jodie on January 16, 2023
Hi,
I want a header on my site where there's a dropdown menu on the left, then the search icon, then the site logo is also aligned to the left to match.
No matter what settings I fiddle with in the Customizer, I can't seem to get the site logo to align left.
How can I fix this please? Thanks for your help!
Cheers Jodie
Hi Jodie,
You can try adding this through Appearance > Customize > Additional CSS:
nav#mobile-menu-control-wrapper {
margin-right: unset;
}
Let us know how it goes.
Hi Fernando,
That worked, thank you! How can I make the logo smaller?
Cheers Jodie
If you reduce the Logo Width in Appearance > Customize > Site Identity, does that work? Reference: https://docs.generatepress.com/article/site-identity-overview/
Hi Fernando,
That worked! Thanks for your help.
Cheers Jodie
You're welcome, Jodie!