Quote:
Originally Posted by Lynne
You have your left side set to 100%:
HTML Code:
.postbit .userinfo .contact, .postbit .userinfo_noavatar .contact {width: 100%;}
and your right side set to 300px:
HTML Code:
.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