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!
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.