Page 1 of 1

Problem with icon and shadow placement in category view

Posted: 11 Feb 2011, 10:42
by bebbed
Hi, this is a very basic question but I have tried everything I find in the documentation and much more to get it working with no luck:

The image icons in the list of categories do not fit into the shadow boxes. Re-configuring the icon sizes to a size just smaller than the shadow box does not help, the icons are aligned too much up if I try that. I even tried rebuildning the shadow boxes using the instructions for that but alwasys something wrong. With a compleately clean install of the newest phoca gallery 2.7.6, the list of categories view looks like in the attached picture.

ImageUploaded with ImageShack.us

The problem doesn not seem to have to do with the joomla template, I have tried several. I guess there is a very basic solution, I just lack it :).

The site/url is http://www.nilfinland.fi/fi/kuvat


Thanks,
Ben

Re: Problem with icon and shadow placement in category view

Posted: 13 Feb 2011, 15:40
by Jan
Hi, the conflict is located here:

http://www.nilfinland.fi/templates/jt01 ... styles.css

Not sure but I think it is this part of code:

Code: Select all

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {background: transparent;border: 0;font-style: inherit;font-weight: inherit;margin: 0;padding: 0;outline: 0;vertical-align: baseline;} table {border-collapse: collapse;border-spacing: 0;}
Remove this part:
vertical-align: baseline;

See:
https://www.phoca.cz/documents/50-phoca/ ... al-advices (8)

Jan