Troubleshooting vBulletin ProblemsDiscuss How do I change the font size and row height in the forums area? in the vBulletinSetup Information forums; How do I change the font size and row height in the forums area?
I'd like to make a small change, but I don't want to tinker without knowing for ...
Re: How do I change the font size and row height in the forums area?
You're looking to change the font size / row height of the category headings or the forum rows under the category headings?
Category headings are controlled by the tcat class which is editted in the CSS. It has a box for font-size, and you can increase the padding to increase it's height.
The forum rows are controlled by the alt1 and alt2 classes, and again, there's a spot to edit the font-size and you can add a padding declaration.
Re: How do I change the font size and row height in the forums area?
Curio,
I actually wanted to change the font size / row height of the forum rows. After doing this, I noticed (after re-reading the post) that it was for the category headings.