Archived topic
Menu Toggle / Logo / Search Icon Layout on Mobile
3 replies · Started by Anthony on September 11, 2019
Viewing posts 1–4 of 4
I've found this article here: https://docs.generatepress.com/article/centering-logo-mobile-header/
But I can't seem to get the Search Icon to float right.
Everything else looks in place.
Hi there,
try this CSS:
.mobile-bar-items {
margin-left: auto;
}
Right out!
My log is a tad un-centered but I can probably figure it out from here.
Thanks, David!
Anthony
That would be the left margin attached to logos - this to remove it:
.site-logo.mobile-header-logo {
margin-left: 0;
}
This archived topic is closed to new replies.