Archived topic
Align mobile menu
5 replies · Started by Elia on November 26, 2018
Hi there,
Could you please help me align the logo on mobile?
Hi there,
how would you like it aligned? Currently it looks well aligned to me. Let me know.
Thanks for the reply, David!
I would try to explain.
By not align I mean that the logo should be higher. Because the text in the logo is a bit under the search and menu icons.
The problem happens because our logo is not symmetrical. Please take a look at the desktop menu. Everything is aligned according to the text in the Logo.
OK, yes, try this CSS:
#mobile-header .site-logo {
margin-top: -5px;
}
Perfect, thanks!
Glad to be of help