Archived topic
Logo position float
3 replies · Started by jonathan on May 22, 2019
Hi, sorry to bother. I've been looking at this homepage for about 10 hours straight and my eyes are bleeding.
Anyway idea why the logo is so far to the right in the header? It looks really out of balance.
Thanks!
Jon
Hi there,
it's because of this CSS you've added:
header {
background-color: rgba(0,0,0,.5);
font-size: 1.5em;
text-align: center;
padding: 1em;
}
The text-align: center; part is causing the issue.
Let me know if this helps :)
Leo, thanks so much!
Hey, any chance you can tell me why the NAV has a transparent background between 1100px and 767px? I'm trying to make the NAV go to mobile around 1100px, right before everything starts to collapse and cover the banner image.
Are you using this CSS to change the breakpoint?
If so can you remove it and try this option instead now?
https://docs.generatepress.com/article/mobile-header/#breakpoint
Let me know :)