MyBB Community Forums

Full Version: How to style tables on index page of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have two sections of my index page that have been added via plugins, the "Recent Posts" and the "Shoutbox". Here's the index: http://ontarioshorefishing.com/forum/

The thing is that they're not stylized like the rest of the tables on the index, and not displaying as I would like them to. The table header background is missing the repeating image and the "Recent Posts" title is not aligned to the left like the rest of the tables. Also, I want to modify column widths in the "Recent Posts" table.

Where would I go to change their appearance?
This theme isn't really plugin-friendly because it doesn't use the default classes in some places. You'd need to edit all the td's with class thead to divs with class thead_main + more. Just get Firebug and inspect both tables to see the HTML/CSS difference.

All plugins which use the default classes will have to be edited.