• My site title looks great on the desktop version.

    On the mobile version, however, it is smashed up next to the search bar. Also, it is off center. It notice this mostly when I am using my phone in the vertical hold.

    Is there some CSS I can add in order to lower the site title as well as center it on the page – only for mobile versions please.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    To down size your site title logo image, add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 767px) {
      .site-logo {
        max-width: 220px;
      }
    } 
    

    It isn’t centered because there’s some empty spaces in your image. Please edit it with an image editor program like Photoshop and eliminate the visible spaces.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Site Title Too Close to Top on Mobile’ is closed to new replies.