Quote:
Originally Posted by CrazyBlend
Thanks for the quick response! However, unfortunately, that still didn't work. I tried the version you sent:
body { text-align: left !important }
I also tried it with a semicolon:
body { text-align: left !important; }
Neither had any effect.
|
Did you try what he told you to do, just like he said?
Code:
* { text-align: left !important }