Quote:
Originally Posted by MrPHD
Hi simple do this,
Admincp
template administrator
template.CSS
Postbit.css
and find
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
display:block;
margin:{vb:math {vb:stylevar padding}/3} auto 0;
text-align:left;
width: auto;
}
and change where says "left" to center
have a nice day.
|
Changed to:
Code:
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
display:block;
margin:{vb:math {vb:stylevar padding}/3} auto 0;
text-align:{vb:stylevar left};
width: auto;
}
in 4.0.1 Changing left to center makes no difference