Log in

View Full Version : Remove the gap


alex902602
07-29-2010, 12:26 PM
In my vB4 install there is a gap between the user title and username it's like

Alex

Administrator

How can I make it

Alex
Administrator

Lynne
07-29-2010, 01:04 PM
We need a link to your showthread page to see what is going on (please make sure it is viewable by unregistered users).

alex902602
07-29-2010, 01:56 PM
I am unable to provide this as it is my test forum for vB4 whilst my license is being used by my vb3 site

Xencored
07-29-2010, 02:26 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=230859&highlight=space" target="_blank">https://vborg.vbsupport.ru/showt...ighlight=space</a>

alex902602
07-29-2010, 04:37 PM
That's not what I was looking for, If you look on vBulletin's forum there is a gap between the username and usetitle where as on here

Animemike
Coder/Designer

Not
Animemike

Coder/Designer

--------------- Added 1280439814 at 1280439814 ---------------

I sorted it, Incase anybody wants to know change this in postbit.css

On the name gap css [ css.ph...box.css (line 897) ], you've got:

.postbitlegacy .userinfo .username_container {
margin-bottom:8px;
}



You can split those three classes into two groups (e.g.):

.postbitlegacy .userinfo {
margin-bottom:8px;
}

.username_container {
margin-bottom: 0px;
}