Hi there
I'm using the Browser Specific CSS plugin to fix a whole range of issues in IE7.
The first issue I want to fix is the width. It's a responsive site, but the maximum width doesn't work in IE7 so everything becomes stretched. I want to add a fixed width to the site for IE7 users, so I've added:
It works for a split second, then jumps back to full width.
I've tried adding !important, but it just does the same.
I've tried different CSS like changing text alignment and, again, it changes briefly, but jumps back as if something else is overwriting the CSS.
I'm using a child theme and adding the CSS into the style.css, rather than custom code.
Thanks in advance











