Forums / Templates, Stylesheets, Page Layout / css - align text to left

css - align text to left

Locked

Views: 1,098

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Jan 2008, 13:36
#1
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

css - align text to left

Hi,

I am not sure what I should be adding/changing in my style sheet.

I want to be able to align the newsletter sign up section so things are to the left and not the centre http://www.ampmgraphicsprint.com/

I think its something linked with #subscribeContent but can get it to work.

Does anyone know?

Thanks

15 Jan 2008, 13:44
#2
shackle avatar

shackle

Zen Follower

Join Date:
Apr 2006
Posts:
228
Plugin Contributions:
0

Re: css - align text to left

add this

#subscribeContent { text-align: left; }

15 Jan 2008, 13:52
#3
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: css - align text to left

Brillaint thanks for that...the only thing is (and I know this is being fussy!) but the html and text radio buttons are not quite aligned...the html is slightly to the right...why is this?

Thanks