Search code examples
wordpressgoogle-chromenextgen-gallery

NextGen gallary for WordPress not displaying correcting in chrome


The NextGen gallery isn't displaying properly in Chrome, but works fine in firefox. Has anyone found a fix for this problem?

Even the sample page for the gallery display isn't displaying correctly. http://nextgen-gallery.com/gallery-tags/

When you open an image to view it, after moving to a second image, the image moves down a bit and after a few images its sitting below the website, not near the top or in the middle. This is making it fairly unusable.

Thank you


Solution

  • Better Yet:

    <style type="text/css">
    
    #shDisplay {
        top:15%!important;.
    }
    
    </style>
    

    Worked for me, and does not have an absolute value, which is better for different sized monitors!!