![]() |
|
Change alignment on default theme - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Change alignment on default theme (/thread-8831.html) |
Change alignment on default theme - rl@rocksolidnet.com - 2011-07-06 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. Change alignment on default theme - rl@rocksolidnet.com - 2011-07-06 I am referring to album.php. I want to make the main content left justified instead of centered. Change alignment on default theme - sbillard - 2011-07-07 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. Change alignment on default theme - Michel Gagnon - 2011-07-07 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. Change alignment on default theme - rl@rocksolidnet.com - 2011-07-07 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. Change alignment on default theme - rl@rocksolidnet.com - 2011-07-07 Thanks Michel I will give it a try. Change alignment on default theme - rl@rocksolidnet.com - 2011-07-07 Thanks Michel, the tool helped me do exactly what I needed. I wasn't catching the margin auto centering between the two divs. |