• Resolved Stephen S

    (@ssuess)


    I have been working with the mostly fabulous galleryview integration for NextGEN, but have an annoying problem that I notice is also present in the Demo on the NextGEN site:

    The bottom row of thumbnails cuts off by several pixels the rightmost thumbnail, and in fact the entire row is not centered between the two arrows. I have spent a couple hours already messing with the css to try to get it to center, but to no avail. Once I move them, the scrolling no longer works properly or the frame and thumbs are out of alignment.

    Any suggestions? I have a hard time believing this is intentional, so perhaps it will be fixed in the plugin soon?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Stephen S

    (@ssuess)

    OK, I finally figured out how to fix it myself. For those of you wanting to know what I did:

    Go into galleryview.css (plugins/nggGalleryview), find .filmstrip and change it to:

    .filmstrip { text-indent: 0px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-left: -5px !important;
    }

    Hope this helps others out there.

    This has been driving me mad all day, so thank you for finding a fix/workaround. It means I can go to bed now. (o:

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NextGEN Galleryview bottom thumbnail strip not centered’ is closed to new replies.