Kris Themstrup wrote:Here's the fix:
Go into jd.gallery.css (in your FCG css folder) and find this (lines 41-44):
- Code: Select all
* html .jdGallery .slideInfoZone
{
bottom: 100px;
}
Change it to this:
- Code: Select all
* html .jdGallery .slideInfoZone
{
bottom: 0px;
}
Let me know if this resolves your issue.
I don't know if this is the right way to do it but it works.
I added _bottom: 0px; and it works
- Code: Select all
* html .jdGallery .slideInfoZone
{
bottom: 100px;
_bottom: 0px;
}










