Just so you know, there is a float clearing or overflow bug on the new theme.
I use FireFox and frequently scale up the font size for easier reading. When I scale up the new theme, the
BUY link from the main links wraps down to a new line.
Because the main forums
table does not have a
clear: both applied to it, the forum shifts to the right, to make room for the link. It only gets worse as the font size scales up.
The problem can be resolved in one of 3 ways:
- Remove the width: 780px from div#top-nav ul (probably the best, since this might affect other areas)
- Add overflow: hidden to that same element.
- add clear: both to the table.
This hopefully is easy, and would make the forums more useful.
Otherwise, I REALLY like the new theme and colors. It has a much more professional feel.