• Resolved sailors

    (@sailors)


    Hi,

    I updated NGG this morning and found out that space between thumbnails became larger than before. I currently have the following code in the Style section,

    /*
    CSS Name: Default Styles
    Description: NextGEN Default Gallery Stylesheet
    Author: Photocrati Media
    Version: 2.12

    This stylesheet is provided to allow users the ability of overriding the default styles for all display types
    */

    .ngg-gallery-thumbnail {
    margin: 0px 0px 0px 0px;
    padding:0px;
    background-color: transparent !important;
    border: none !important;
    max-width: 100% !important;
    }

    /** Center Basic Thumbnails */
    .ngg-galleryoverview {
    text-align: center !important;
    }
    .ngg-gallery-thumbnail-box {
    float: none !important;
    display: inline-block !important;
    }

    Instead I want the spaces much smaller, even none which I guess called “masonry”? Please let me know how to make it smaller or none if any.

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @sailors – It would generally be easiest to also see the display first hand to suggest any tweaks to your custom CSS you may need. I suspect you will need to specify the <img> tag although that is only a guess without being able to see the page/post source.

    Thanks!

    – Cais.

    PS: If this is to do with a Masonry display, the CSS you are using will not be applied; and, you should contact our support team directly for any issues or concerns with a NextGEN Pro display type.

    Thread Starter sailors

    (@sailors)

    Thank you for your reply.

    You can take a look at the gaps here,
    https://stylusdesign.co.jp/daylight/

    Especially those vertical gaps between thumb nails are larger than before, they were more than half smaller. All the 12 thumb nails fit in the page without scrolling down before but I need to do it to see the third row now. I didn’t change the CSS code when updating NGG.

    Plugin Contributor photocrati

    (@photocrati)

    @sailors – I see the issue you are describing on your site although I am not able to find what is creating the space although I suspect something (often times it is the current theme) providing a CSS definition to be doing so.

    If you temporarily switch to a default WordPress Twenty series theme, do you see the same spacing; or, do you see the spacing you would expect?

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between thumbnails became larger after the latest update’ is closed to new replies.