Lower 'Modal Buttons' when 'Display Name' is hidden

Phoca Gallery - image gallery extension
jb80
Phoca Enthusiast
Phoca Enthusiast
Posts: 59
Joined: 16 Feb 2013, 16:53

Lower 'Modal Buttons' when 'Display Name' is hidden

Post by jb80 »

PG v4.5.2

Hi Jan, could be an enhancement rather than bug, but I would like the 'Modal Buttons', e.g. EXIF, Download, etc in Category View to have their position automatically lowered when 'Display Name' is hidden.

When visible, the position of the modal buttons look fine (first example) but when hidden they appear to be floating in the middle of the thumbnail (second example). It would look much better if they were repositioned to the bottom of the thumbnail :D

Category View => Display Name => Display
Image


Category View => Display Name => Hide
Image
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Lower 'Modal Buttons' when 'Display Name' is hidden

Post by christine »

Hi,

you could try with:

Code: Select all

.ph-si {
margin-bottom: -90px !important;
}
Kind regards
Christine
Post Reply