Line break

Home Forums Automattic Photo Blog Line break

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164437 Resolve

    Pacasso
    Member

    Hi…
    Is it possible to add a line break in the title?
    Thanks in advance.

    The blog I need help with is vegetalpolitico.com
    #164439

    Kathryn P.
    Happiness Engineer

    Hi there, it’s not possible to add HTML (like line breaks) to the site title. What is possible is forcing the site title to be a specific length, which in turn would force it to break. Right now it looks like you’ve hidden your site title, but if you still need help and would like to try the method I just mentioned, please let me know.

    Also just a heads-up that since your site has a Premium plan, you’re entitled to live-chat and email support, accessible here:

    https://wordpress.com/help/contact

    #164440

    Pacasso
    Member

    Hi, Kat…
    I’d like to try the fixed title lenght method.

    #164441

    Kathryn P.
    Happiness Engineer

    Sure! The first step would be to go into the Customizer‘s Site Identity panel and check the box to “Display site title & tagline.”

    Then try this custom CSS:

    /* Narrow site title width */
    .site-title {
      width: 100px;
    }
    .site-title-description {
     position: relative;
    }

    Let me know how it goes!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.