Thumbnails not lined up properly

Phoca Gallery modules - modules for Phoca Gallery extension
5dana
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 15 May 2010, 17:27

Thumbnails not lined up properly

Post 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. :x
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Thumbnails not lined up properly

Post by Jan »

Hi, did you check it with other themplate?

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

Jan
If you find Phoca extensions useful, please support the project
Frost
Phoca Member
Phoca Member
Posts: 28
Joined: 02 Apr 2009, 07:58

Re: Thumbnails not lined up properly

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Thumbnails not lined up properly

Post by Jan »

Hi, really no idea :-( there, as I don't know your template :-(
If you find Phoca extensions useful, please support the project
Frost
Phoca Member
Phoca Member
Posts: 28
Joined: 02 Apr 2009, 07:58

Re: Thumbnails not lined up properly

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Thumbnails not lined up properly

Post by Jan »

Hi, the problem is somewhere here:

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
Frost
Phoca Member
Phoca Member
Posts: 28
Joined: 02 Apr 2009, 07:58

Re: Thumbnails not lined up properly

Post 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.
Frost
Phoca Member
Phoca Member
Posts: 28
Joined: 02 Apr 2009, 07:58

Re: Thumbnails not lined up properly

Post by Frost »

That did the trick, it was the <td> tag and the vertical-align:top;

Thanks!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Thumbnails not lined up properly

Post by Jan »

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