Thumbnails off center
-
akhunaton
- Phoca Newbie

- Posts: 2
- Joined: 20 Jul 2009, 21:21
Thumbnails off center
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?
- caro84g
- Phoca Hero

- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Thumbnails off center
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
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
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Backup before you do any major change to your website (and test first)
-
akhunaton
- Phoca Newbie

- Posts: 2
- Joined: 20 Jul 2009, 21:21
Re: Thumbnails off center
thanks, figured it out. I added margin-top:9px;
to .phocagallery-box-file-third as follows.
to .phocagallery-box-file-third as follows.
Code: Select all
.phocagallery-box-file-third {
text-align:center;
margin-top:9px;
}