Page 1 of 1

Thumbnails

Posted: 17 Dec 2008, 07:22
by stanislawl
Hello,

Which css instructions may be responsible for a wrong position of galleries thumbnails? See: http://www.ewa.legnica.pl/index.php?opt ... s&Itemid=6 - the pictures are not in the middle of their "border boxes".

Best regards,
Stan

Re: Thumbnails

Posted: 17 Dec 2008, 10:00
by caro84g
Hi,

in the first page (the category list layout) I don't see any boxes.
When I open a category I see the pictures perfectly aligned.
I'm using IE6.

You might be referring to the shadow - you can turn it off in the phoca gallery configuration (components >> phoca gallery >> control panel >> parameters button.

Regards, Carolien

Re: Thumbnails

Posted: 17 Dec 2008, 19:42
by stanislawl
Oops, you are right... Thank you!

Stan

Re: Thumbnails

Posted: 22 Dec 2008, 17:22
by forduki
Hi,

I'm afraid that I do have a problem with the categry thumbs :(
They don't line up with the shadow background correctly whereas the thumbs for the category contents (ie the actual gallery) do line up. See the below link:
http://79.170.40.230/cathedralschool.c ... &Itemid=27

This happens on IE7 on the PC and Firefox 3 Mac. I can't confirm what it looks like in IE6

The version I'm using is 2.10RC on Joomla 1.5.8

Would anyone have any ideas?

Re: Thumbnails

Posted: 22 Dec 2008, 19:57
by caro84g
Hi,

it's a problem in your css. In template_css, row 8 I see: vertical-align: baseline - when you turn this one off they're going to the right position. You could also make a new 'img' class and set the vertical align off.

I recommed Firebug (a Firefox addon) to see and solve these kind of problems.

Regards, Carolien

Re: Thumbnails

Posted: 23 Dec 2008, 13:52
by forduki
Many thanks for your help :D