Site logo

Archived topic

Logo at the left side of the site title

5 replies · Started by ricardopereira on May 2, 2018

Viewing posts 1–6 of 6

Hello,

I'm trying to put the logo at the left side of the site title but no success. I already checked the "Documentation > Header > Putting Your Site Title Next to Your Logo", added the CSS but nothing happens. Am I missing something? Is that style still valid?

Thank you

Hi there,

Yes - that CSS is still valid.

The issue here is your site title and tagline are so long, so there's not enough room for them to sit next to each other.

You can try limiting the width of your title/tagline like this:

.site-branding {
    max-width: 600px;
}

Ok, that makes sense.
And it's working, thank you.

BTW, when the site is in mobile, how can I move the logo at the top?

Any chance you can open a new topic for this question?

It will make it easier for others with the same question to search.

Let me know :)

This archived topic is closed to new replies.