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
categorie thumbnails are stitched together.
-
- Phoca Newbie
- Posts: 6
- Joined: 02 Feb 2008, 22:50
- Location: Netherlands
- Contact:
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
The table spacing de
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
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
-
- Phoca Newbie
- Posts: 6
- Joined: 02 Feb 2008, 22:50
- Location: Netherlands
- Contact:
Jan, thank you for y
Jan, thank you for your answer (again quick! )
very very good. You helped me really.
greetings, Marc.
very very good. You helped me really.
greetings, Marc.
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project