[Solved]: Centering Gallery?? [Solved]: Centering Gallery??
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

[Solved]: Centering Gallery??

Started by JSantucci81, September 03, 2008, 04:58:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JSantucci81

I have searched and searched and I can't figure this issue out:

How do I center the gallery on the page without having to put a static spacer on the left side?

Here's the link to the page and thanks:

http://www.jeffandraina.com/gallery/index.php

Nibbler

Add


margin: 0px auto;


To your #GALLERY section in your theme's style.css.

JSantucci81

I completely overlooked that one.

Thanks.....issue solved.