Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Underneath <div id="content"> ... </div>, remove this <br clear="all">.

    Thread Starter PillowFace

    (@pillowface)

    sorry which file am i removing that from? cheers

    Thread Starter PillowFace

    (@pillowface)

    i took it out of home and index and it did nothing then i took it out of column.php and it messes up the whole page if i do that ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Remove from sight using CSS display: none;.

    Thread Starter PillowFace

    (@pillowface)

    mate while i appreciate your attempt to help me youre not really explaining much?? As in which files am i typing or removing stuff from?

    I looked at your site and could not figure out where the gap is coming from — but you can get rid of it by putting a negative top margin on the footer (note the change in the margin line –add the -22px):

    #footer-holder {
        background: url("images/footer.jpg") no-repeat scroll 0 0 transparent;
        margin: -22px auto 0;
        min-height: 259px;
        position: relative;
        width: 960px;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme are you using?

    Thread Starter PillowFace

    (@pillowface)

    thank you so much!!! finally lol nice one ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Notepad Chaos’ is closed to new replies.