creating a two line title above the tag line

  • Unknown's avatar

    Can I manipulate the title so it becomes two lines?

    Alternatively I could use the tag line as the second line but would need to increase the font size to nearly match the title. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, I think I would suggest the second (tagline) option you mention since the only way we could make the title into two lines would be to set a width for the title, and that could cause issues on smaller screens/windows. Find your .site-description rule in your custom CSS and make it look like this.

    .site-description {
        color: #e75d00;
        font-size: 3.5rem;
        line-height: 1;
    }
  • The topic ‘creating a two line title above the tag line’ is closed to new replies.