Hi Again,
I know that this topic has been brought up before - I have read all of the post but still need to ask!
I would like to do 2 things...
1. Center all of my thumbs.
2. Center the main image.
I played around with the code but couldn't get it to work.
Thanks for your help!
P
Comments
http://www.zenphoto.org/support/topic.php?id=2599&replies=16
.image {
border: 0;
text-align:center; /* attempt to center Image Page image */
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
in the defult/white/css but with no luck. I hacked around the css for quite a while. I change a lot of thigs but could never get the main image to center. The image I'm talking about is the larger one that come up when you click on a thumbnail.
Am I missing something?
#image {
text-align: center;
line-height: 0;
}
As for the thumbnails, I've had no luck!
Let me know when you succeed!
P