Site logo

[Resolved] Floating menu

Home Forums Support [Resolved] Floating menu

Home Forums Support Floating menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2484277
    David

    Hello,

    I have a floating menu on the right side. The header image was pushed to the left side. Is it possible to have the image in the center of the header?
    Thanks , David

    #2484293
    Fernando
    Customer Support

    Hi David,

    For reference, can you provide the link to the site in question?

    We’ll see if it’s possible.

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2484299
    David

    site link: http://www.stroke-manual.com

    Thank you D.

    #2484313
    Fernando
    Customer Support

    Can you try adding this through Appearance > Customize > Additional CSS:

    @media (min-width: 1025px) {
        header .inside-header {
            position: relative;
            padding-bottom: 83px;
            padding-top: 83px;
        }
    
        header .inside-header .site-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
    #2484317
    David

    Great, thank you very much! Superfast support 🙂
    D

    #2484322
    Fernando
    Customer Support

    You’re welcome, David! 🙂

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