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
phoca gallery + yootheme = problem
- caro84g
- Phoca Hero

- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: phoca gallery + yootheme = problem
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)
-
JStoffy
- Phoca Newbie

- Posts: 5
- Joined: 13 Mar 2009, 12:24
Re: phoca gallery + yootheme = problem
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
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