[Resolved] site-title in 2 lines

Home Forums Support [Resolved] site-title in 2 lines

Home Forums Support site-title in 2 lines

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1630125
    Gerhard

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

    #1630474
    David
    Staff
    Customer Support

    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.

    #1631606
    Gerhard

    Hallo, David,

    thanks for your answer but it won’t work!

    Greetings from Cologne

    Gerhard

    #1631646
    David
    Staff
    Customer Support

    Try this:

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

    Everything is fine now. Thanks a lot!

    #1632532
    David
    Staff
    Customer Support

    Glad to be of help.

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