[Resolved] Floating logo

Home Forums Support [Resolved] Floating logo

Home Forums Support Floating logo

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

    Hi,

    I’ve tried tried this but I don’t see the option to upload a logo in primary nav.
    https://docs.generatepress.com/article/navigation-logo/#navigation-as-header

    I’m running GP 2.2.2 and premium 1.8.1

    I checked another site where premium hadn’t updated yet and the option is there so looks like it’s been moved in the update.

    So how do I achieve that now?

    #881515
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Since you’re using the standard header, you can use this CSS:

    @media (min-width: 769px) {
        .site-logo {
            position: absolute;
            left: 0;
            z-index: 99;
        }
    }

    Let me know ๐Ÿ™‚

    #898500
    Shawn

    Thank you. That worked.

    #899188
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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