PDA

View Full Version : postbit legacy


SᴩiDᴇЯ
01-24-2015, 04:48 AM
Hi i just need to find out where i can center my username in postbit_legacy using vB suite 4.2.2 any help would be appreciated greatly.

I have attached a screen shot.

http://snag.gy/tL2bp.jpg

nerbert
01-24-2015, 05:02 AM
.postbitlegacy .userinfo .username_container {
margin-bottom: 8px;
text-align: center;
}

in additional.css (I think)

SᴩiDᴇЯ
01-24-2015, 05:17 AM
Hi Nerbert i found it in postbit.css i added your line and it worked 100%.

Thank you very much for your help and quick response.