Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12244
    pohl
    Member

    I want the banner centered on
    http://santacruzmediation.com/blog

    I tried
    .logo-wrap { float: none; }
    but this did not work . What should I do ?

    #12264
    Sakin
    Keymaster

    @pohl: It is not enough with float none. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box

    .logo-wrap {
        float: none;
        text-align: center;
        width: 100%;
    }
    #12325
    pohl
    Member

    I did that but the image is still not centered

    #12331
    Sakin
    Keymaster

    @pohl: When I check in your site I only see the following css in your custom css box.
    .logo-wrap { float: none; }

    Please add the css that I gave you in replace of your old custom css.

    If you have added that and still not showing then make sure you have clear your cache in setting of WP-Cache plugin.

    #12333
    pohl
    Member

    clearing the cache did the trick – greatly appreciate your help

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to center header’ is closed to new replies.