• mystery2er

    (@mystery2er)


    I am not sure if this is an issue related to Twenty Twelve.
    But I am currently facing an IE8 issue on this website.
    http://www.heidimortlock.com

    On IE8 browser, navigation, site title, and site description are all left-aligned.
    And images on the homepage are vertically stretched…

    Please someone help me…

Viewing 2 replies - 1 through 2 (of 2 total)
  • metaprinter

    (@metaprinter)

    For styles for older IE versions (previous to IE9) your site will use /twentytwelve/css/ie.css file info. The default style is:

    .site-header h1,
    .site-header h2 {
    	text-align: left;
    }

    Change this to:

    .site-header h1,
    .site-header h2 {
    	text-align: center;
    }

    There are probably more tweaks you’ll need to make, but the above will get you started.

    Thread Starter mystery2er

    (@mystery2er)

    Thank you for your notes.

    I’ve already been aware of the ie.css but there is a problem with mobile device layout…
    I will figure it out.

    Thanks again for your help.

    Nobuhiro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Twelve Browser Compatibility’ is closed to new replies.