Archived topic
Centering logo over centered header
10 replies · Started by MICHAEL on August 21, 2020
Hi again. Not seeing how to center a logo ABOVE (not within) a centered header/menu. Please help. Thanks.
Hi there,
Not sure if I fully understand.
Can you add a logo first?
I'm seeing a title and tagline currently.
When I add a logo, it appears to the right of the title/tagline. I'm trying to place it centered above the title/tagline -- and not within the black bar background for that. Thanks.
Can you add the logo in so I can see the issue and provide the CSS?
Ok, a placeholder logo in on the home page. Thanks.
is in now
Try this CSS:
@media (min-width: 769px) {
.inside-header {
display: inline-flex;
flex-direction: column-reverse;
}
}
Since I am a newbie, how/where do I add that CSS... and in a way that is not erased with future updates?
Thanks. Excellent support, Leo -- I'm appreciating your promptness very much! :)
No problem :)