I have problem with phoca gallery component and Memovie template :
thumbnail are shifted downwards
if you want to see : http://www.masterkick.net/index.php?option=com_phocagallery&view=category&id=1:2006-2007&Itemid=8
with another template it's clean
if you want help me
thanks a lot
----------------------------------------------------------------
Hi
try find in plugin css file this:
.phocagallery-box-file-second {
display: table-cell;
left: 50%;
position: absolute;
top:50%;
vertical-align: middle;
}
and change it to:
.phocagallery-box-file-second {
display: table-cell;
left: 50%;
position: absolute;
top: 6%;
vertical-align: middle;
}
--
Sincerely,
Konrad Mlynarczykowski
GavickPro WebDeveloper.
-------------------------------------------------------------
Thanks a lot Mr Konrad Mlynarczykowski
Masterkick