MyBB Community Forums

Full Version: Make thead's smaller?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I just purchased a fresh theme from Audentio. (OrangeCrush).

I like the theme but my only gripe about it is the overly size tHeads filling the display. How could I go about making them smaller when displaying the forum?

Where exactly would I look to reduce the height? (It's not the image as the image was changed by me and left a open orange space where the tHead height is.)

Any help is appreciated. Smile
In themes global.css (ACP -> Templates and styles -> themes -> <your forum theme> -> global.css -> edit and under .thead edit padding values (currently: 18px - top padding, 15px - left and right padding values and 14px - bottom padding value)

padding: 18px 15px 14px;