Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Center Gallery - kaki theme  (Read 3122 times)

0 Members and 1 Guest are viewing this topic.

wahookah

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Center Gallery - kaki theme
« on: August 29, 2007, 10:10:05 am »

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
« Last Edit: August 29, 2007, 06:06:36 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: Center Gallery - kaki theme
« Reply #1 on: August 29, 2007, 01:57:39 pm »

Post a link to your gallery.
Logged

wahookah

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Center Gallery - kaki theme
« Reply #2 on: August 29, 2007, 02:04:31 pm »

Logged

Nibbler

  • Guest
Re: Center Gallery - kaki theme
« Reply #3 on: August 29, 2007, 03:11:44 pm »

Edit table.main and change the margins from

Code: [Select]
margin: 0px 0px 0px 0px;
to

Code: [Select]
margin:0px auto;
Might need more to work in IE though.
Logged

wahookah

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Center Gallery - kaki theme
« Reply #4 on: August 29, 2007, 03:43:16 pm »

i changed

Code: [Select]
margin: 0px 0px 0px 0px;
to
Code: [Select]
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!
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 22 queries.