I have a problem on my photo gallery where I can seem to get the images to center like the rest of the page. The element it is in has the id padbox, but even if I create this element and use all the centering techinques shown here I still can't seem to get it. :
http://www.w3.org/Style/Examples/007/centerCan anyone help me?
The address :
http://madeo.co.uk/zenphoto/public-photos/unicycling/st-etienne/The corresponding css :
http://madeo.co.uk/zenphoto/dark.cssI'm not expecting someone write my css for me I'm just looking for a nudge in the rigth direction because I've managed to center everything else and this is the last thing remaining on my todo list. With possibly making the pictures bigger...
Thanks
Comments
While tryig to make the Gallery images (#images/.imagesthumb in the CSS) more responsive on the page I have run in to a issue.
While using display: inline-block; text-align: center; or any other CSS adjustment, i cannot seem to center align the images on the gallery page, I have done on the Album page thumbs.
As LordMozilla mentioned, #padbox may be an issue here. Or is it some code in the core PHP? Is the Float:left; property here a must to work here?
Can any help
Thank You
ZP v. 1.4.12
Win 7
I am learning ZP on WAMP - so i have no link to post.
I guess I'll have to play around and experiment.
Found it after - Review the "page source" on firefox
- got a better look at setup - adding display: inline-block to .images did the trick.
Thank You