PDA

View Full Version : Postbit help


Spyike
11-26-2010, 03:43 AM
Thanks Lynne. Fixed & can be closed.

Lynne
11-26-2010, 02:01 PM
In default vbulletin, it is aligned at the top which means you have done something to change this. The only way we would be able to know that is to get a link to the showthread page and you'll need to pick one that is visible to unregistered users.

Lynne
11-26-2010, 05:18 PM
You have your left side set to 100%:
.postbit .userinfo .contact, .postbit .userinfo_noavatar .contact {width: 100%;}
and your right side set to 300px:
.postbit .userinfo .userinfo_extra, .postbit .userinfo_noavatar .userinfo_extra {width: 300px;}
That's not going to work. Get rid of the width for both of them and see how things go.

Spyike
11-26-2010, 06:25 PM
You have your left side set to 100%:
.postbit .userinfo .contact, .postbit .userinfo_noavatar .contact {width: 100%;}
and your right side set to 300px:
.postbit .userinfo .userinfo_extra, .postbit .userinfo_noavatar .userinfo_extra {width: 300px;}
That's not going to work. Get rid of the width for both of them and see how things go.

Worked wonderfully. Thanks