Site logo

[Resolved] Logo Barely Visible in Mobile View

Home Forums Support [Resolved] Logo Barely Visible in Mobile View

Home Forums Support Logo Barely Visible in Mobile View

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1831596
    tbgr

    My logo looks ok in the Mobile view when I’m in APPEARANCE/CUSTOMIZE/SITE IDENTITY.

    The problem is when I view the site on my iPhone, the logo is barely visible.

    #1831600
    tbgr

    My iphone screen shot

    This is a screen shot of my iPhone.

    #1831606
    Elvin
    Staff
    Customer Support

    Hi there,

    The size of the site title and the tagline’s font is making the logo adjust its size to a point where it’s barely visible.

    Consider resizing the site title and tagline’s font sizes so the logo has more space on the header.

    Try adding this CSS:

    @media(max-width:600px){
        .site-branding p.main-title {
            font-size: 16px;
        }
    
        .site-branding p.site-description {
            font-size: 12px;
        }
    }
    #1831610
    tbgr

    That CSS did the trick.

    Thank you!!!!

    #1831630
    Elvin
    Staff
    Customer Support

    No problem. Glad to be of any help. 😀

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