Page 1 of 1
Thumbnails off center
Posted: 20 Jul 2009, 21:26
by akhunaton
I just installed a fresh copy of Joomla and phoca gallery and YooTheme "Ambient". the gallery thumbnails are slightly off center as you can see in the attached screenshot. What should I do?
wos.png
Re: Thumbnails off center
Posted: 21 Jul 2009, 09:50
by caro84g
Hi,
test first if it's ok with rhuk_milkyway. If it is ok with rhuk_milkyway then it's your template.
Start debugging in the css. I'd recommend firebug as a tool to inspect the css of a specific item. Firebug is a firefox addon.
Regards, Carolien
Re: Thumbnails off center
Posted: 21 Jul 2009, 19:05
by akhunaton
thanks, figured it out. I added margin-top:9px;
to .phocagallery-box-file-third as follows.
Code: Select all
.phocagallery-box-file-third {
text-align:center;
margin-top:9px;
}