The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to adjust column widths on forum home?
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!
|
#2
|
||||
|
||||
From my vB4 CSS Cheatsheet:
HTML Code:
/* 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%; } |
#3
|
|||
|
|||
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.
|
#4
|
||||
|
||||
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:
HTML 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%;} |
#5
|
|||
|
|||
Awesome thank you VERY much!
|
#6
|
||||
|
||||
Thanks Lynne! I've been looking for this for hours, and found it here. It works beautifully.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|