PDA

View Full Version : Deleting space between posts.


Enorm
12-16-2008, 09:55 PM
Hey,

I'm trying to remove the space in the threads that appear between posts. I have been trying to figure this out for a while now and I think it has something to do with the postbit legacy template but I haven't been able to do it.


Picture explaining my problem
https://vborg.vbsupport.ru/external/2008/12/56.jpg

Thanks in advance,

Seven Skins
12-16-2008, 10:18 PM
Edit postbit_wrapper template.

find:
$stylevar[cellpadding]px

Replace:
0px


.

Lynne
12-16-2008, 10:22 PM
It's probably your cellpadding (in Style > StyleVars) cuz this is from the postbit_wrapper where the cellpadding defines the bottom padding:
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">

Seven Skins
12-17-2008, 08:00 AM
If he changes the that in stylevars, it will change the padding everywhere and forum would not look right.

e.g.
https://vborg.vbsupport.ru/external/2008/12/23.png

.

Enorm
12-17-2008, 10:35 AM
Thanks guys! :- )

Yeah I tried changing it with the padding first but it messed up the boards.