Quote Originally Posted by Purecarsound View Post
Hi Anne

Sorry to trouble you again!

Are you able to assist with the following issue I'm having? The site is displaying perfectly in Firefox, Opera etc but in IE it's not centered and the font is enlarged. The problem is I cant recall ever checking the site in IE as I've always used Firefox. See screenshots below:-

http://www.johnwoodsmotorcare.net/JWMC_ShopSite/

FireFox


IE


I've googled until my eyes hurt but I can't seem to find the right answer as to what is causing the issue in IE.

Many thanks

Mark
This problem is not in the template demo so it is related to a change that you have made in the css. You can add individual styles for ie by using .ie9 (or whatever version you want to isolate) and then your selector and declarations in the stylesheet.css file. The template comes with this javascript for cross browser testing:

http://rafael.adm.br/css_browser_selector

Thanks,

Anne