PDA

View Full Version : excessive void space in posts + avatar frame


Jeel89
02-17-2010, 09:47 AM
the first question is

my english isn't fluent enough to convey the whole issue with words, so I'll start with a picture

http://img694.imageshack.us/img694/8891/proby.png

basically each posts takes an amount of empty space for the whole avatar heigth plus another little amount of space at the end, how should I delete these two parts?

the second problem is deleting the frame around each avatar

thanks in advance

Jeel89
02-19-2010, 06:45 AM
uhm, anyone?

tkam
02-20-2010, 04:01 PM
this one is pretty easy to fix, in the postbit.css template search for: .postbitlegacy .after_content

you'll see this:

.postbitlegacy .after_content {
position: relative;
width: 100%;
clear:both;
}

change this line: clear:both;

to this: clear:none;

Videx
02-21-2010, 01:55 AM
This sounds like a bug. Is the issue still there in 402? If so, you should consider opening a ticket in the bug tracker.

Jeel89
02-21-2010, 11:28 AM
thanks tkam it worked

how do I solve the issue with the avatar frame?

thanks in advance

Jeel89
03-14-2010, 04:06 PM
sorry for bumping such a thread...

but how to remove the frame? I see that this forums do not have one so I assume there is a way to remove it

http://www.dailyrando.it/showthread.php/82-Consigli-Problemi-amp-Co.?p=253#post253

Raptor
03-06-2011, 04:14 PM
perfect - thanks :)