Log in

View Full Version : How to modify the userstat spacing


andreamarucci
03-22-2010, 08:13 AM
I've attached an image to be more clear.

114539

I would like to have more space to fit the user stat so that they stay just on one line. In the example above I would like that "concordia sulla secchia" is on just one line and the same for "22-03-10 @ 09:19".

Can I enlarge the width of these two fields or, better, make them dynamic so they fit any text til a given lenght?

Thanks

andreamarucci
03-23-2010, 03:11 PM
Yep, no one on this one? I would need it. Not big problem but I would like to see it fixed...

andreamarucci
03-26-2010, 04:06 PM
No one on this problem?

andreamarucci
03-27-2010, 04:36 PM
Solved by myself. Edit the template postbit.css and modify this one

.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {
margin-{vb:stylevar right}: {vb:stylevar padding};
float: {vb:stylevar right};
width: 200px;
}

Was 150 in the original version. 200px fit perfectly...