• Resolved thenestingplaceli

    (@thenestingplaceli)


    Is there any way to make the tagline two distinct lines – not just if the amount of text runs over. I tried just adding a bunch of spaces in between but that didn’t work. It was only if I put actual text did it spill over to the next line.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ina

    (@inamoro)

    Hi, @thenestingplaceli

    Try typing <br> in the place where you want the tagline to break.

    Thread Starter thenestingplaceli

    (@thenestingplaceli)

    Unfortunately that didnt work – I just see the word <br> in my tagline now.

    Ina

    (@inamoro)

    @thenestingplaceli try adding this code to Appearance -> Customize -> Additional CSS:

    .site-description:after {
    content: "TEXT HERE";
    display: block;
    }

    Replace “TEXT HERE” with the second line you want to add to the tagline.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two Line Tagline’ is closed to new replies.