I am using latest zen with default (light) theme. Iam having trouble finding the value to change the alignment of the main body from center to left.
I am referring to album.php. I want to make the main content left justified instead of centered.
I would suggest you get the "Web Developer" extension for Firefox. It's a great way to see what styles apply to what part of a template. In other words, it tells you where to work. After that, I'm afraid you are on your own.
I know exactly where the main is in the css file. I have been able to change everything I have wanted with the exception of the width and placement of the main body that already exists. Anything I have added above it I can move where I wish and size how I want, but it has no effect below it. Thanks chief developer for your assumptions.
Thanks Michel I will give it a try.
Thanks Michel, the tool helped me do exactly what I needed. I wasn't catching the margin auto centering between the two divs.