categorie thumbnails are stitched together.

Phoca Gallery - image gallery extension
marcl
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Feb 2008, 22:50
Location: Netherlands
Contact:

Hi,As already

Post by marcl »

Hi,
As already said in my fatal error topic, I am very satisfied with the gallery component. It is working fine.

I run RC4 with the component v.1.2.0.
So it works fine,....but there is just one little thing that bothers me: the images/thumbnails of the categories are stitched together. As you can see here

I am afraid this is not a component problem, is it?

thank you,
Marc
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

The table spacing de

Post by Jan »

The table spacing depends on your CSS template file, I think here is the code in your CSS file:

table {

font-size:1em;

border-collapse: collapse;

border-spacing: 0;

}

You can change this (border-spacing: 0; --> border-spacing: 5;) or you can add some html code to:
com_phocagallery/views/categories/tmpl/default.php on row + - 23:

<table border="0" cellpading="5" cellspacing="5">


Jan
If you find Phoca extensions useful, please support the project
marcl
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Feb 2008, 22:50
Location: Netherlands
Contact:

Jan, thank you for y

Post by marcl »

Jan, thank you for your answer (again quick! )
very very good. You helped me really.

greetings, Marc.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Post by Jan »

If you find Phoca extensions useful, please support the project
Post Reply