Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not quite sure I understand you, but I can see a bottom-margin of 5em on a class called clear, maybe that’s what you mean.

    .clear {
    clear:both;
    height:1px;
    margin:0 0 5em;
    width:500px;
    }

    just remove the 5em part.

    Peter

    Thread Starter columbo

    (@columbo)

    sorry i wasn’t very clear but yeah i meant the margin (didn’t think of the word when writing the post)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Bottom Space in Posts’ is closed to new replies.