Quote:
Originally Posted by Lynne
The other areas stretch 180px because of this:
HTML Code:
.postbitlegacy .userinfo .userinfo_extra { float: left; font-size: 11px; width: 180px;}
The div you have the rep in is only set to be 80px wide.
|
Hmm.. How can I fix that? If I put the width: 180px; inside the
Code:
.post_field {
background: #1b1b1b;
color: #fff;
border: 1px solid #2c2c2c;
padding: 3px 3px 3px 10px;
margin-top: 2px;
text-align:left;
width: 180px;
}
Would that be a proper way to resolve this? Or would it be more proper to modify the reputation div? & is it safe to do that? lol.