coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Xip on April 19, 2006, 05:22:45 PM

Title: Customization Problem (Water Drop template)
Post by: Xip on April 19, 2006, 05:22:45 PM
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 (http://www.mundogilmore.com/galeria/index.php?cat=3)


Thank You.
Title: Re: Customization Problem (Water Drop template)
Post by: Joachim Müller on April 19, 2006, 08:33:46 PM
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.
Title: Re: Customization Problem (Water Drop template)
Post by: Xip on April 20, 2006, 12:29:41 AM
Ohh, Sorry
Title: Re: Customization Problem (Water Drop template)
Post by: Joachim Müller on April 20, 2006, 06:08:02 AM
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.
Title: Re: Customization Problem (Water Drop template)
Post by: Sami on April 20, 2006, 06:22:24 AM
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

Title: Re: Customization Problem (Water Drop template)
Post by: Xip on April 20, 2006, 08:49:42 PM
Thank you so much for the help, I could fix it. I made that bmossavari has said, thanks again ;D