Forums
-
- Forum
- Posts
-
- Installation
- 28,397
- Troubleshooting
- 62,308
- Themes
- 10,391
- Plugins
- 15,314
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
I did not see this problem until today when I looked at my site in IE7. The H1 was HUGE. I added this to the BBPRESS/bb-templates/style.css around line 37 (just after the blockquote definition):
h1 {
font-size: 2.0em;
}
h2 {
font-size: 1.5em;
}
Now the headings are approximately the same size in IE and FF, and retain the styling of the rest of the stylesheet (for #header h1 and #front-page #main h2).