PDA

View Full Version : [Solved] Help regarding "postbit" modifications


claudiuhks
07-20-2012, 06:37 AM
I want to remove that empty spaces which could be seen in the following picture.
I mean I want to make do it more smaller, the post, to make that spaces disappear.

Thanks in advance!
Hope is not too hard!

kh99
07-20-2012, 11:10 AM
Edit the additional.css template (in the "CSS Templates" group), and add this:

.postbitlegacy .postrow.has_after_content {
padding-bottom: 0px;
}

.postbitlegacy .after_content {
clear: none;
}


You'll probably want to change the 0px padding-bottom to something more than 0.

claudiuhks
07-20-2012, 02:28 PM
Incredible!
Thank you so much!
It works like a charm.