jkal
05-10-2013, 04:00 PM
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 1368213949 at 1368213949 ---------------
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;
}
Thanks!
--------------- Added 1368213949 at 1368213949 ---------------
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;
}