Page 1 of 1

Re: phoca gallery + yootheme = problem

Posted: 15 Jan 2009, 21:31
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

Re: phoca gallery + yootheme = problem

Posted: 02 Apr 2009, 12:33
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