PDA

View Full Version : Postbit and Signature Alignment


ssvp
03-20-2014, 03:23 PM
I currently am supporting a VB install and they have a rather large long Postbit Legacy. I notice the signature line starts at the end of the post bit, is it possible to have it end at the end of the postbit. Example attached?

On another quest, can the postbit be made wider?

Lynne
03-20-2014, 05:41 PM
I believe there are instructions regarding the signature on vbulletin.com in the vB4 Tips forum.

The width of the user portion of the postbit is the postbitlegacy_userinfo_width stylevar

Seven Skins
03-20-2014, 08:51 PM
This should do the trick:

.postbitlegacy .after_content { clear:none; }

Add this to additional.css template.
PS. This moves the signatures all the way up to the top below contents.

ssvp
03-22-2014, 06:27 PM
This should do the trick:

.postbitlegacy .after_content { clear:none; }

Add this to additional.css template.
PS. This moves the signatures all the way up to the top below contents.

Excellent! Thanks very much for your time and help. I appreciate it.