Issues in IE8 only

Support Area Forums Elite Issues in IE8 only

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #16945
    Chris Reeves
    Participant

    Launched our site using Elite today and noticed a few strange layout things in IE8. I have attached screenshots. I’m really not sure what’s going on with home but on the internal pages it seems IE8 is making the logo huge throwing off the margins of the nav.

    Any ideas?

    #16952
    Bill Robbins
    Moderator

    It looks like IE 8 is not sizing your logo down like the newer browsers are. Let’s try this to force the issue:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .ie8 #logo img {
      	width: 70px;
      	height: auto;
      }
      
    3. Update your settings.

    See if that won’t bring things back into line for you. Most of the time, I can test the CSS changes before I send it out, but with IE it’s a little trickier. If that doesn’t get it, let me know.

    Thanks,
    Bill

    #16954
    Chris Reeves
    Participant

    Excellent, I think that got it. I’m not much of an IE8 user but if there’s anything else that’s pointed out I’ll post another one. Looks like we’re good though. Thanks for your help on both of these issues.

    #16956
    Bill Robbins
    Moderator

    Fantastic. If you find anything else, just let me know.

    Thanks again,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issues in IE8 only’ is closed to new replies.