Page 1 of 1

Re: how to Gallery align center

Posted: 27 Oct 2008, 16:58
by Jan
Great question,

we don't have an float: center in html (css) so I think it can be a problem. but maybe you can play with css ...


first the phocagallery box width should be fix and then you can add some css rules to your template that displays the centered content, so the fixed phoca gallery box will be centered...

e.g. conent width 600px
phoca gallery box width 400 px

and using some kind of centering:
margin: 0 auto, ... tables with align:center, or text-align:center, or <center> ....

Jan