Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #17316
    owen
    Member

    Hi,
    Is there any way to center the site title and site description?
    Thanks!

    #17318
    Sakin
    Keymaster

    @owen: Send me your site URL and then I will check in.

    #17330
    owen
    Member
    #17331
    Sakin
    Keymaster

    @owen: try the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .logo-wrap {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    #17333
    owen
    Member

    @Sakin: It seems to work but not for the background. Any way for the background to go with it?

    #17357
    Sakin
    Keymaster

    @owen: For image, you have to add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-title a {
        background: url("http://www.owensinclairjones.co.uk/wp-content/uploads/2013/07/apple-touch-icon1.png") no-repeat scroll 0 0 transparent;
        display: inline-block;
        height: 63px;
        padding-left: 65px;
    }

    And remove the following Custom CSS that you previously added for image.

    #site-title {
        background-image: url("wp-content/uploads/2013/07/apple-touch-icon1.png");
        background-repeat: no-repeat;
        background-size: 56px auto;
        line-height: 56px;
        padding-left: 60px;
    }
    #17367
    owen
    Member

    @Sakin:Thanks alot! Worked perfectly!

    #85458
    rohit
    Member

    hi,

    How to align site title and description to the center

    my site url is : http://www.marathimastar.com

    #85473
    Sakin
    Keymaster

    @rohit: You have header right sidebar. So, it cannot be center. If you can to align center site title and description then wither you need to disable header right sidebar or you need to move that down below site title and description. Let me know it.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to align site title and description to the center’ is closed to new replies.