phoca gallery + yootheme = problem

Phoca Gallery - image gallery extension
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: phoca gallery + yootheme = problem

Post by caro84g »

Hi,

I would guess it would be some CSS problem. Install Firefox with a addon called 'Firebug'. Firebug has a really good html and css inspector. You might find the solution with these tools.

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)
JStoffy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 13 Mar 2009, 12:24

Re: phoca gallery + yootheme = problem

Post by JStoffy »

hi,

I have the same problem.

fixed it in components/com_phocagallery/assets/phocagallery.css : (-7 instead of 2)

#phocagallery .name,
#phocagallery-statistics .name{
margin:0px;
padding:0px;
/* xxxx fix: margin-top:2px; */
margin-top:-7px;
color:#135cae;
text-align:center;
}

js
Post Reply