I've managed to get most of my ZenPhoto installation to match my WP theme. There is one issue I've tried to fix, but haven't figured out how yet.
On the above page, you can see how the text is too far left and is partially hidden by the left-sidebar. I've tried adjusting the width, margins, and padding with no luck. The text displays just fine on the album and image pages.
This is the first part of the zen.css I'm using, from the default ZP theme. What might I have missed? Thanks!
html {
/* IE */
overflow-y: scroll;
/* Moz */
height: 100%;
margin-bottom: 0.1em;
}
/* Main Layout
------------------------------ */
body {
/* background: #F5F5F3; */
margin: 0px;
padding: 0px 0px 50px;
}
#main {
text-align: left;
margin: 20px auto;
width: 470px;
background: #f7f7f7;
padding: 20px 30px 70px;
border-top: 1px solid #E6E6DF;
border-right: 1px solid #E6E6DF;
border-bottom: 5px solid #E6E6DF;
border-left: 1px solid #E6E6DF;
}