Page 1 of 1

New Image Pichture Shows on wrong place

Posted: 26 Oct 2014, 11:27
by johanv74
Hello,

I Use Phoca Gallery version 4.1.2 on a Joomla 3.3.6 website.
The New Image Picture show up on the Left Upper Corner form the website instead of the dia thumbnail from the thumbnailpicture
Can anyone help me to solve this issue?

URL Example:
http://www.hondentrimsalontilly.nl/foto ... album-2014

Kind Regards,

JohanV

Re: New Image Pichture Shows on wrong place

Posted: 26 Oct 2014, 13:25
by Benno
Hi,
change:
http://www.hondentrimsalontilly.nl/medi ... allery.css
Line 155
From:

Code: Select all

#phocagallery div.pg-box1 img.pg-img-ovr1 {
    left: 3px;
    position: absolute;
    top: 3px;
}
To:

Code: Select all

#phocagallery div.pg-box1 img.pg-img-ovr1 {
    position: absolute;
}
or ask the developer of your template.

Kind regards,
Benno