Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11792
    zscheimer
    Member

    I was wondering how do to several things with the header:

    1 Center the image
    2 Decrease the padding on the top/bottom and sides

    Thanks!

    #11797
    Sakin
    Keymaster

    @zscheimer: I need to look at your image. So, can you send me your site URL?

    #11929
    zscheimer
    Member

    sbaatasu.org

    #11930
    zscheimer
    Member

    Oh, also, can you change the background color of the header?

    #11932
    Sakin
    Keymaster

    @zscheimer: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* To Center Header Image */
    #site-logo, #header-left { float: none; }
    #hgroup-wrap #site-logo img { margin: 0 auto; text-align: center; }
    /* Header Padding top and bottom */
    #hgroup.with-logo { display: none; }
    #site-logo { padding-top: 40px; }
    #hgroup-wrap { padding-bottom: 40px; }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Issues’ is closed to new replies.