Site logo

Archived topic

Logo position float

3 replies · Started by jonathan on May 22, 2019

Viewing posts 1–4 of 4

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.

https://gncm.spin350.com/

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.

https://gncm.spin350.com/

This archived topic is closed to new replies.