Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20711
    Troy
    Member

    Hello,

    Can you please provide me the CSS coding to center the tagline horizontally underneath my site title?

    Here’s the link to my active page: http://theendlesseditor.com

    Thank you!

    Troy Gronseth

    #20713
    Troy
    Member

    Sakin,

    Please disregard my request above. I decided to amend the tagline so it naturally centers because it’s a longer tag.

    Thanks and best. Keep up the great support!

    Troy

    #20718
    Sakin
    Keymaster

    @Troy: Thanks for the update. Cheers 🙂

    #20823
    Troy
    Member

    Hello Sakin,

    I apologize. I changed my mind. 🙂 Can you please refer to my first post above and send me the CSS to center my tagline horizontally underneath my title?

    http://theendlesseditor.com

    Thanks much!
    Troy

    #20846
    Sakin
    Keymaster

    @Troy: You can add padding left by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 769px) {
    #site-description { padding-left: 44px; }
    }
    #20932
    Troy
    Member

    Thank you, Sakin.

    I appreciate the great support and timely help! Your solution worked perfectly.

    Best,
    Troy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center Tagline under Site Title’ is closed to new replies.