• The headings (h1, h2, etc.) are broken in Microsoft Internet Explorer 8.0 and some other versions of IE. They are broken in the header area and throughout the body. I’m happy to add some custom css to fix it if necessary.
    fosterweb.com

Viewing 1 replies (of 1 total)
  • Thread Starter pseudogeek

    (@pseudogeek)

    Temporary workaround until I can get the right fix: I added the following in custom css, but I don’t have it quite right yet:

    /* Trying to fix header in ie */
    .site-title a, h1, h2 {
    text-align: center;
    text-decoration: none;
    }
    
    h1 {font-size: 36px}
    h2 {font-size: 24px}

Viewing 1 replies (of 1 total)
  • The topic ‘Headings look wrong in IE’ is closed to new replies.