Decreasing Footer and Fixing Header Spacing All Pages

  • Hi, I am having trouble shortening the bottom of my footer (margin-bottom). I have too much space below the wordpress logo on my site. Can anyone help me with this? This is the current code I have for the footer.

    #colophon {
    padding-bottom: 30px !important;
    padding-top: -20px !important;
    margin-top: -270px;
    margin-bottom: 0;
    }

    I am also trying to figure out how to make the header spacing (space between my name title and the content on each page) equal on all pages of my website. I was able to make it the way I want on the home page, but now it looks unequal and odd on the other pages. This is the current code I have for that:

    #masthead {
    height: 240px;
    margin-bottom: -130px;
    }

    #gallery-520-6-slideshow {
    border-radius: 0;
    margin-bottom: 3px;
    padding-top: 45px !important;
    padding-bottom: 52% !important;
    }

    /* Main Container */
    #main {
    min-height: 650px;
    }

    Any help would be very much appreciated. Thank you!!!!

    The blog I need help with is: (visible only to logged in users)

  • Hi
    This looks like a bit of a mixup so lets reset it all.
    Can I suggest the following:
    1) Remove this rule:

    #main {
    min-height: 650px;
    }

    2) There appears to be an empty paragraph below your copyright statement

    3) Remove bottom padding on article

    article {
    	padding-bottom: 0;
    }

    Try that first and get back to me so we can refine it further.

    I hope that helps

  • The topic ‘Decreasing Footer and Fixing Header Spacing All Pages’ is closed to new replies.