• Hi- I have recently completed a site at https://www.gerdaroper.com but i’m having trouble getting the logo to display correctly on mobile phones. The logo is currently displaying to the right when it needs to be at the left or centred.

    Any ideas?

    Thanks

    PS I’m using the coller theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to decrease the width of the div.site-branding as much as possible. It is now 440px.

    Alternatively, you could set it to 100% en set the text to the left, something like this:

    .site-branding {
    width: 100%;
    text-align: left;
    }

    You may need to put the text-align more specifically to the link.

    Ah, you might need to set these rules into a media query, depending on the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘getting the site title to display correctly on mobile phones’ is closed to new replies.