Quote:
Originally Posted by Evilbeard
I have installed this theme & have vBulletin 4.1.10 installed. I have a problem with the formatting on the forums page. As you can see from this link http://www.vg-clan.co.uk/forum.php. It looks the column widths are too wide & therefore unable to fit.
Anyone have any idea what I need to tweak to get it to fit?
It fit fine before I upgraded.
Thanks in advance!!
|
I found the answer!!
If you edit additional.css template within the style with these entries, it fixes it!
Code:
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {width:12%;}
.forumbit_post .foruminfo {width:57%;}
Hope this helps others!