Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26496
    jbmfeps
    Member

    where in the css can I make the header margin space be made bigger or larger where indicated in the 3 different places in the image below?
    http://escapeplansuccess.com/makeheadersmaller.jpg

    #26562
    Sakin
    Keymaster

    @jbmfeps: In the following css, you can adjust the margin and padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .site {
        margin: 40px auto;
    }
    #hgroup-wrap {
        padding-bottom: 50px;
    }
    #site-logo, #header-right {
        padding-top: 50px;
    }
    #26627
    jbmfeps
    Member

    that was super easy.
    how about these two spots
    escapeplansuccess.com/makeheadersmaller2.jpg

    #26667
    Sakin
    Keymaster

    @jbmfeps: The sidebar and content is wrap with main and it has 50px padding top. You can adjust it and add it in “Appearance => Theme Options => Custom CSS” box.

    #main {
        padding-top: 50px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Header Margins’ is closed to new replies.