Site logo

[Support request] Logo doesn’t fit correct on mobile

Home Forums Support [Support request] Logo doesn’t fit correct on mobile

Home Forums Support Logo doesn’t fit correct on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2459554
    Billy

    My logo doesn’t quite fit right on mobile (I’d like it to be tucked neatly on the header menu bar alongside the hamburger menu), but it appears it’s too big and sits on top of it, making it look weird.

    I did a search online and added some css people recommended in hopes it would work, but it didnt budge. thanks!

    #2459562
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

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

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

    Let me know if this helps 🙂

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