Home Forums Pro Themes Education Hub Pro How to center tag line

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8136
    richardboat
    Participant

    Hello There,

    How do i center the tag line

    Thanks,
    Richard

    #8164
    wensolutions
    Keymaster

    Hello @richardboat

    Can you post your site URL so that we could provide you with some possible solution.

    Regards!!!

    #8165
    wensolutions
    Keymaster

    Hello,
    Hope you are having a good day,

    If you want to center the site description only, please go to

    Dashboard=> Appearance => Customize => Theme Options => Advance Options

    and add the below given css,

    site-description{
             padding-left: 59%;
               }

    I hope this helps,
    Best regards

    #8200
    richardboat
    Participant

    Hello There,

    I tried that but it didn’t work
    The URL is http://www.cafblc.org
    The tag line reads ===promoting leadership & economic development===

    Thanks,
    Richard

    #8208
    wensolutions
    Keymaster

    Hi, try the following custom CSS .

    .site-description {
        text-align: center;
    }

    Hope this help!.

    #8209
    richardboat
    Participant

    Hello There,

    Many thanks for the quick turn-around. It worked.

    Regards,
    Richard

    #8210
    wensolutions
    Keymaster

    No problem! We are glad to help you always. 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.