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.
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.
Ohh, Sorry
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.
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
Thank you so much for the help, I could fix it. I made that bmossavari has said, thanks again ;D