forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: cyberdyne2 on July 07, 2011, 05:41:33 pm

Title: Greybox placement issue
Post by: cyberdyne2 on July 07, 2011, 05:41:33 pm
Hi
I've managed to place my Greybox (help files, etc) in the bottom left hand corner of my gallery and cannot figure what I've changed to do so.

I see its' positioning is handled in '/css/coppermine.css' and there is one reference to it in my 'themes/x/style.css' but none of these seem to help.

Is there anywhere else I should be looking in order to try and get the greybox correctly positioned?

Many thanks in advance for any help.
Title: Re: Greybox placement issue
Post by: Αndré on July 14, 2011, 10:01:36 am
If Firebug doesn't help you, you might want to use a diff viewer to compare your files with the unmodified files from the Coppermine package.
Title: Re: Greybox placement issue
Post by: cyberdyne2 on July 14, 2011, 11:48:30 am
Thanks Andre, found it.
Had to add 'position: absolute' to the .css, not sure why it was missing.

:)