Site logo

Archived topic

site-title in 2 lines

5 replies · Started by Gerhard on January 23, 2021

Viewing posts 1–6 of 6

Hallo, my site-title is quite long. How can I put it in 2 lines?

Hi there,

you can try adding this CSS:

.navigation-branding .main-title a {
  max-width: 24ch;
  line-height: 1.2em;
}

the ch unit is Characters - so this will set its max width to 24ch, forcing a new line.

Hallo, David,

thanks for your answer but it won't work!

Greetings from Cologne

Gerhard

Try this:

.site-header .main-title {
  max-width: 24ch;
  line-height: 1.2em;
}

Everything is fine now. Thanks a lot!

Glad to be of help.

This archived topic is closed to new replies.