• I am trying to insert multiple lines in the tagline which i can do with this code in a custom css editor:

    /* START OF Adding a multi-line tagline */
    .site-description:before {
    content: “”;
    display: block;
    text-align: left;
    }
    .site-description:after {
    content:”3656 Post Road Warwick, Rhode Island 02886″;
    display: block;
    text-align: center;
    }
    /* END OF Adding a multi-line tagline */

    but i am trying to add another couple of lines include line breaks. i have tried using
    and   but neither work, thanks for all of the help

    gessmanco.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gessmanco

    (@gessmanco)

    Also, when i insert
    into the original tagline box on the theme customizer, it will show up correctly on the preview but not on the live site.

    Ideally I would like one or two breaks before “3565 Post Road” and then the telephone directly underneath.

    Theme Author Tom

    (@edge22)

    Hi there,

    Sorry for not getting back to you sooner! These child theme forums aren’t monitored.

    Just took a look at your site and it looks like you accomplished this?

    Let me know ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ADd multiple taglines’ is closed to new replies.