Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mark Jeldi

    (@mark-jeldi)

    Hi @apsltd,

    This issue isn’t related to Optimizer (especially as you don’t seem to be using it on this site), but looks to be a styling conflict between NextGEN Gallery’s thumbnail template, and your theme’s CSS.

    The problem is that NextGEN’s “.ngg-galleryoverview” container is being constrained to 604px in width, so there’s not enough room to display 3 x 240px wide thumbnails on the same line.

    To fix this, you can either… 1. Remove the constraint imposed by your theme, or increase its size. 2. Resize your thumbnails down to a size that will fit in the container. 3. Specify a fixed width for the container that’s large enough to fit your current thumbnail sizing.

    For example, when I apply “width: 1000px;” to your .ngg-galleryoverview class, your thumbnails do indeed display in three columns.

    I hope this helps!

    Cheers,
    Mark.

    Thread Starter apsltd

    (@apsltd)

    Thanks.

    I see that too. The strange thing was that when I looked on Firebug, it showed 100% and I don’t see any mention of the 604 px constraint.

    I must’ve missed it.

    Thanks for the info.

    Plugin Author Mark Jeldi

    (@mark-jeldi)

    Hi @apsltd,

    No worries. I’m glad I could help! ??

    It’s possible the 604px constraint didn’t show up in Firebug. I was using Chrome’s developer tools.

    Thanks for the update, and I’ll go ahead and mark this as resolved.

    All the best,
    Mark.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Next Gen Limiting to 2 columns. Set to 3. 3rd image shows on next row.’ is closed to new replies.