ballbank wrote: My website is jubjod.com/
first of all, you are trying to display the comments on a position that only has width=50% (and is probably designed for blocks).
also, there is a min-height set for 130px for all the 4 blocks and a padding of 20px (the two above the comments, and the two where the comments are).
all these settings are in the template's css, but since its caching mechanism is on, we cannot tell where exactly that rule comes from.
#ja-content-mass-bottom .moduletable {
margin-bottom: 0;
margin-top: 0;
padding: 20px 0 0;
width: 50%;
min-height: 130px;
}
you should probably try and ask for JA for some help on this, or maybe consider changing the position of the comments to a more suitable position.
let us know if that helped somehow, or if we could assist in any other way.
Mati