MyBB Community Forums

Full Version: Changing table header size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do I change the height of my table header and table sub header?
Thanks in advance :-)
Simply add this:

padding: 6px

...to the Table Header / Extra CSS Attributes

...then you can alter the padding size to your dire by simply changing the 6 in padding size, this will change the height of the Table Header. This "padding" method can also be applied elsewhere in the Extra CSS Attributes such as changing the height for the Sub-Header.
great, thanks! Big Grin