Topic-icon space between modules are too big

Active Subscriptions:

None
14 years 3 months ago #20176 by ballbank
How can I decrease space between modules?
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #20179 by mtk

ballbank wrote: How can I decrease space between modules?

Hello,
in order to help you, we need to see the actual website.
could you please share a link to it?

Mati
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #20188 by ballbank
My website is jubjod.com/
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #20202 by mtk

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
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #20205 by ballbank
Thank you for a pointer. I will look into it.
The topic has been locked.