[Support request] Logo position float

Home Forums Support [Support request] Logo position float

Home Forums Support Logo position float

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #908334
    jonathan

    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

    #908338
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #908605
    jonathan

    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/

    #908935
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.