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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.