Viewing 2 replies - 1 through 2 (of 2 total)
  • You got textalign: center; in your CSS when IE is running. In your CSS-file put this in:

    .PostContent p{ text-align: left !important; }

    This will force all p paragraphs in your content to be aligned to the left. But the bust way to do this is to add that bit of code into a IE7 and under conditional stylesheet. But it should work if you just add that bit of code to the normal CSS-file also.

    Thread Starter thefrugalfind

    (@thefrugalfind)

    Thanks it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text all centered in IE, but normal in Firefox and Chrome’ is closed to new replies.