Center Gallery - kaki theme Center Gallery - kaki theme
 

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

Center Gallery - kaki theme

Started by wahookah, August 29, 2007, 10:10:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wahookah

Hi, this should be an easy one, but still i couldn´t search the solution...

I use the kaki theme and the whole gallery is aligned to the left, but i want it to be centered.

I´ve searched through style.css template.htm and theme.php turning all the "align"-tags to center, but it always stays on the left side.

can anybody point me to the right direction please?

thnx

Nibbler



Nibbler

Edit table.main and change the margins from

margin: 0px 0px 0px 0px;

to

margin:0px auto;

Might need more to work in IE though.

wahookah

i changed

margin: 0px 0px 0px 0px;
to
margin:0px auto;

first in #top_menu {
so it worked for Firefox

then in table.main {

and then it worked for Firefox an IE :D

thnx for the help!