View Full Version : How to adjust column widths on forum home?
trafficbrokers
06-04-2010, 02:29 AM
Right now the column that contains the forum name and description is much wider than I need it, and the last post column is too narrow. I'd like to adjust the widths of these 2 columns, but I can't for the life of me figure out how to do this. Can anyone point me in the right direction? Thanks!
Lynne
06-04-2010, 12:34 PM
From my vB4 CSS Cheatsheet:
/* Increase last post by column on forumdisplay page */
.threadbit .threadlastpost, .threadlisthead span.threadlastpost {width: 35%;}
.threadbit .threadinfo, .threadlisthead span.threadinfo {
min-width:350px;
width:50%;
}
trafficbrokers
06-04-2010, 03:44 PM
Thanks Lynne! Where exactly do I need to add this? I tried adding it to forumhome.css and then also additional.css but neither seems to make any difference.
Lynne
06-04-2010, 04:17 PM
I always add stuff to additional.css. But, sorry, that was for the forumdisplay.php page and you want it on forum.php. I grabbed the wrong code:
/* Increase last post by column on forum page - make sure add to 90% */
.forumbit_nopost .forumhead .forumtitle { min-width: 66%; }
.forumbit_post .foruminfo {min-width:30%;
width:47%;}
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost, .forumbit_post .forumrow .forumlastpost {width:32%;}
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {width:13%;}
trafficbrokers
06-04-2010, 04:47 PM
Awesome thank you VERY much!
del Drago
01-27-2011, 11:57 PM
Thanks Lynne! I've been looking for this for hours, and found it here. It works beautifully. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.