Customization Problem (Water Drop template) Customization Problem (Water Drop template)
 

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]

Main Menu

Customization Problem (Water Drop template)

Started by Xip, April 19, 2006, 05:22:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Xip

Hi, the first thing that I have to say is that I'm from Spain and my english is really bad and I just see that Spanish sub-forum has been closed. The Problem with my gallery customization, I use water drop template and all is right except for two things, the albums, and the login.

I see the index well and the rest of the gallery, the problem is the album's section, I see them but the length is so long, I see that page very extended and the real demensions must be of 700px, the same for login secction. How can I fix that?

Here is the Example


Thank You.

Joachim Müller

hard to say without being able to look at your customizations. Viewing the gallery using the classic theme is fine (http://www.mundogilmore.com/galeria/index.php?cat=3&theme=classic), so this definitely is related to your theme modifications. Zip up your theme and attach it to your posting (using "additional options" when composing your message), so we can take a look.

Xip


Joachim Müller

undo your large margin settings for the image class in style.css:.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 200px;
}
The margin is being applied to both sides of the album thumbnail, which leads to 800 pixels of wasted space.

Sami

i think it's better to change the line number 521 of your style.css from

        line-height : 100;

to

        line-height : 130%;

in fact you must change it "130%" is the best ;)
that cause the issue

‍I don't answer to PM with support question
Please post your issue to related board

Xip

Thank you so much for the help, I could fix it. I made that bmossavari has said, thanks again ;D