• I hate to post this if it has already been answered, but my search turned up no results.

    I am trying to use the NextGen gallery plugin to show off a portfolio of work. My strategy is to create an album for each project.

    http://netfusionstudios.com/projects

    On the following page, you will see the thumbnails that launch the gallery. Is there a way to adjust the album thmubnails so they are not all in their own row but rather two or three across in a grid? Also, if there is a “better” way to use the plugin to demonstrate various portfolios of work, can someone suggest it please?

    Thanks in advance for your help.

    http://wordpress.org/extend/plugins/nextgen-gallery/

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

    (@jrobe1111)

    bump

    I think this goes along with your issue. You need to edit the nggallery.css file, so NextGen > Styles, all that code there.

    Add anywhere:

    .entry-content .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox .Thumb {
        border: 0px;
        }
    
        .entry-content .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
        border: 0px;
        }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Adjust box around thumbnail image?’ is closed to new replies.