postbit running into post text

Not sure whether you can set this in the style properties but when I extended the width of the messageuserinfo I increased the margin-left of the following and added it to the extra.css template: your margin-left size may vary.

Code:
.message .messageInfo {
    margin-left: 140px;
}



Edit: yours look roughly the same size so i went and checked mine and heres what I set mine to

Code:
.message .messageInfo {
    margin-left: 150px !important;
}
 
Top Bottom