PDA

View Full Version : Empty space between signature and toolbar


sv1cec
11-25-2013, 09:45 AM
vvBulletin 4.2.2, in postbit (not postbit-legacy), there is a space below the signature block and above the tools bar at the bottom of each post. Where can I control how big that space is? I tried everywhere, but can't find either the parameter or the .css to change.

Many thanks.

tbworld
11-25-2013, 09:59 AM
In order for us to assist you properly. we need a link to the page on your forum, where the problem has occurred.

sv1cec
11-25-2013, 10:18 AM
Sure thing, here you go:

http://forum.m1911.org/showthread.php?105565-Background

See the space in the second post, after the signature and before the grey bar at the bottom of the post?

That's what I want to remove/reduce.

ozzy47
11-25-2013, 10:49 AM
Add this to your additional.css

.postbit .postrow {
padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding} 1em;
}

The default for that was 3em, I have it reduced to 1em there.

sv1cec
11-25-2013, 11:43 AM
Thank you Sir, much appreciated!

I know that it's better to start a new thread for this, but since I already have your attention, here is another question for you;

Is there a way to add a line under each entry in the Activity Stream, to separate it from the one below? So far, the only thing I've managed to do, is to add a border around each entry, but it looks kind of silly in that way.

You may have a look here:

http://forum.m1911.org/activity.php

I would prefer if I could add a simple hr there, but that means changing all the activity templates.