Page 1 of 1
Thumbnails not lined up properly
Posted: 25 Nov 2010, 14:07
by 5dana
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.
Re: Thumbnails not lined up properly
Posted: 30 Nov 2010, 23:25
by Jan
Re: Thumbnails not lined up properly
Posted: 12 Jan 2011, 06:24
by Frost
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.
Re: Thumbnails not lined up properly
Posted: 12 Jan 2011, 15:20
by Jan
Hi, really no idea
there, as I don't know your template
Re: Thumbnails not lined up properly
Posted: 31 Jan 2011, 08:35
by Frost
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.
Re: Thumbnails not lined up properly
Posted: 05 Feb 2011, 20:31
by Jan
Hi, the problem is somewhere here:
http://www.buildadream.ca/templates/the ... nstant.css
after disabling this css it is ok.
Jan
Re: Thumbnails not lined up properly
Posted: 06 Feb 2011, 07:09
by Frost
hmmm, it would have to be this:
Code: Select all
td {
vertical-align:top;
}
th {
text-align:left;
vertical-align:top;
}
Thats the only thing that actually does anything to the table rows.
Re: Thumbnails not lined up properly
Posted: 06 Feb 2011, 07:17
by Frost
That did the trick, it was the <td> tag and the vertical-align:top;
Thanks!
Re: Thumbnails not lined up properly
Posted: 13 Feb 2011, 00:13
by Jan
Ok