[Resolved] How can I get my logo to reduce in size when viewed on a mobile?

Home Forums Support [Resolved] How can I get my logo to reduce in size when viewed on a mobile?

Home Forums Support How can I get my logo to reduce in size when viewed on a mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #321234
    kyle

    I’m happy with the size and position of my logo when viewed on a desktop or even a tablet but when It’s viewed on a mobile it’s just too big. I’d like it to reduce in size for mobile. How can I do this?

    Thanks in advance

    #321237
    Leo
    Staff
    Customer Support

    Hi Kyle,

    You can consider using the GP’s mobile header: https://docs.generatepress.com/article/mobile-header/

    If you just want to use the normal header, then try this CSS:

    @media (max-width:768px) {
        .site-header .header-image {
            height: 30px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #321317
    kyle

    Thanks, Leo, That’s perfect!

    #321318
    Leo
    Staff
    Customer Support

    Glad I could help!

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