Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #127800
    effess
    Participant

    Would there be a way to break a site tagline into 2 lines? http://www.sonomalavender.com/ Thanks.

    #127819
    tikaram
    Keymaster

    @effess : Go to Appearance => Customize => Additional css and add the following css.

    #site-description {
    	width: 50%;
    	padding-top: 15px;
    }

    Let me know if this resolves your issue or not.

    Regards,
    Tikaram

    #127888
    effess
    Participant

    It works. Thanks!

    #127921
    tikaram
    Keymaster

    @effess : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘break tagline into 2 lines?’ is closed to new replies.