Increasing Postbit Width
I am using the postbit horizontal style. How do I increase the width of the profile information? ex. Join Date, Location, Posts, and other custom fields
Thanks!
--------------- Added [DATE]1368213949[/DATE] at [TIME]1368213949[/TIME] ---------------
I got the answer I needed over on the Vbulletin.com forums.
I will post here in the case that anyone is looking for this same answer. Added the following code to additional.css template
.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {
width: 300px;
}
|