View Full Version : Resize Forumhome Thread Count Column
kontagio.us
10-19-2011, 04:32 AM
Hey, I was wondering how to re-size this column on Forumhome. I can't find the template to edit. It shrinks too small when I enable forum blocks. I don't know if it would be better to make it a larger % or a fixed size?
https://vborg.vbsupport.ru/
Theme Tempest
10-19-2011, 02:47 PM
Hey, I was wondering how to re-size this column on Forumhome. I can't find the template to edit. It shrinks too small when I enable forum blocks. I don't know if it would be better to make it a larger % or a fixed size?
http://img820.imageshack.us/img820/3619/unledqlt.jpg
Add the below code to your additional.css template.
.forumbit_post .foruminfo {
width: 57%;
}
.forumbit_post .forumactionlinks {
width: 5%;
}
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
width: 12%;
}
.forumbit_post .forumrow .forumlastpost {
width: 22%;
}
The ".forumbit_post .forumstats, .forumbit_post .forumstats_2" is the declaration block for the thread/post count column. By default it is 12%. If you change it to say, 17%, make sure to subtract 5% from another column. I suggest setting the ".forumbit_post .foruminfo" to 52%.
kontagio.us
10-23-2011, 06:13 PM
Thank you so much for your help! It looks perfect. :D
Do you know how to re-size this column? My ads are not that wide.
http://img153.imageshack.us/img153/1961/unledos.png
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.