Change alignment on default theme

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.

Comments

  • I am referring to album.php. I want to make the main content left justified instead of centered.
  • You know there is a straight forward way of answering your own question. What is the id of the "main" div you want to restyle? Where in the CSS files do you find references to it?

    Really now, do a little work on your own.
  • 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.
Sign In or Register to comment.