bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Possible bug: H1 fonts different in every browser

(9 posts)
  • Started 1 year ago by Null
  • Latest reply from mdawaffe
  • This topic is resolved

Tags:

  1. Hi,

    Strange thing. H1 tags are really f!@ked up. In every browser the size is different.
    In IE: Ridiculous large font
    in FF: Somewhat normal size
    in Opera: Smaller than FF

    See this image (watch the "Latest Discussions" text):
    http://www.sourceskins.com/bbpressfonts.JPG

    How and can we fix this problem? All other fonts are displayed ok, only the <h1> is effected!

    Greetz

    Posted 1 year ago #
  2. Do you have an h1 listing in your css?

    Posted 1 year ago #
  3. I'm telling teacher, you did a swear.

    Posted 1 year ago #
  4. I don't think a font size was specified for h1 in the css that comes with the basic theme. Try adding that in and see if it helps with the amount of swearing that emanates from your css.

    Posted 1 year ago #
  5. Hahaha was too late to change it into: messed up

    On topic:
    This happens with a clean bbPress install, so what and where in the CSS do I have to change it, so all browsers produce the same (correct) font size?

    Posted 1 year ago #
  6. Look through the css file, there's existing code on adjusting the h2 size. Copy it and make it h1

    Posted 1 year ago #
  7. 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).

    Posted 1 year ago #
  8. Thx going to try that and also (if this works) use it in the bbportal css

    Edit:

    Tested it in IE7, Opera 9 and FF 2.0 and this fixes it for all browsers!

    Posted 1 year ago #
  9. This will be fixed in the next release (.80).
    http://trac.bbpress.org/ticket/529

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.