Hello,
My thumbnails are not lined up properly, http://haeagles.org/index.php?option=co ... Itemid=208.
I am using the latest Phoca gallery version. What's strange: everything was working perfectly on all browsers but two days ago, the problem began but there was nothing changed in Joomla (no new installations, no modifications!) I did a lot of searches trying to debug the problem but didn't find any applicable solution.
Thumbnails not lined up properly
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Thumbnails not lined up properly
Hi, did you check it with other themplate?
https://www.phoca.cz/documents/50-phoca/ ... al-advices (3)
Jan
https://www.phoca.cz/documents/50-phoca/ ... al-advices (3)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 02 Apr 2009, 07:58
Re: Thumbnails not lined up properly
Ok, I've been attempting to find out the issue with this and I've narrowed it down. You were right Jan, I used the JA_Purity template this time with all the same components and mods that I have with my templated site and the images look correct.
So the problem lies somewhere in my template css, but I have no idea where. I used firebug to try and find the issue without much luck I'm afraid. I have seen this same problem with certain TM templates which is what I'm using, can you give me any direction as to what I should be looking for? (ie, ul, div, td, tr, etc, etc, etc. css)
thanks.
So the problem lies somewhere in my template css, but I have no idea where. I used firebug to try and find the issue without much luck I'm afraid. I have seen this same problem with certain TM templates which is what I'm using, can you give me any direction as to what I should be looking for? (ie, ul, div, td, tr, etc, etc, etc. css)
thanks.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Thumbnails not lined up properly
Hi, really no idea there, as I don't know your template
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 02 Apr 2009, 07:58
Re: Thumbnails not lined up properly
I have the site up and running now. Can you have a look and see if you can identify the problem?
www.buildadream.ca
Thanks.
www.buildadream.ca
Thanks.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Thumbnails not lined up properly
Hi, the problem is somewhere here:
http://www.buildadream.ca/templates/the ... nstant.css
after disabling this css it is ok.
Jan
http://www.buildadream.ca/templates/the ... nstant.css
after disabling this css it is ok.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 28
- Joined: 02 Apr 2009, 07:58
Re: Thumbnails not lined up properly
hmmm, it would have to be this:
Thats the only thing that actually does anything to the table rows.
Code: Select all
td {
vertical-align:top;
}
th {
text-align:left;
vertical-align:top;
}
-
- Phoca Member
- Posts: 28
- Joined: 02 Apr 2009, 07:58
Re: Thumbnails not lined up properly
That did the trick, it was the <td> tag and the vertical-align:top;
Thanks!
Thanks!
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Thumbnails not lined up properly
Ok
If you find Phoca extensions useful, please support the project