Viewing 1 replies (of 1 total)
  • In your dynamic-style.php you’ll need to make 2 changes:

    line 110: Change padding-bottom as shown:

    #wrapper {
        margin: 0 auto;
        overflow: auto;
        padding-bottom: 0; /* Changed from 250px */
        position: relative;
        width: 960px;
    }

    and line 992: change margin-top as shown:

    .footer_wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        clear: both;
        height: 250px;
        margin-top: 0; /* Changed from -250px */
        padding: 5px 0;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 2;
    }

    I checked in Firefox, Chrome, and IE8/9.

    Cheers, Whit

Viewing 1 replies (of 1 total)
  • The topic ‘Large Space on Front Page between article and footer help’ is closed to new replies.