MyBB Community Forums

Full Version: How to change thead height?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=13446]

How to change thead height?

If I edit .thead class and I add the height attribute, in Google Chrome and Internet Explorer the thead's irregular but not in Firefox. Infact just Firefox shows the right thead height.

In Internet Explorer and Chrome (height: 32px) it's something like this:

[attachment=13447]



Thanks! Big Grin
in global.css find .thead

and search for .height attribute and change it to your desired needs
I don't understand... I go in global.css, now I found .thead and now? If I insert an height attribute it happens like in the first post. Anyway in the .thead there isn't the height attribute unless I add it.
In your global.css under the thead just add height:30px; and just change the height using the 30px.