Neither of these worked :\
#subscribe {text-align:left}
.box #subscribe { text-align: left; }
I even added them both to all the css files and still it's not working.
Neither of these worked :\
#subscribe {text-align:left}
.box #subscribe { text-align: left; }
I even added them both to all the css files and still it's not working.
Well, it worked.
Thanks guys!#subscribeContent .box { text-align: left; }
.box #subscribeContent { text-align: left; }