• Resolved andifidi

    (@andifidi)


    Hello, I use your free plug-in NextGenGallery. A top plugin, but unfortunately I can’t do it with global CSS. How can I reduce the distances to elements above and below the gallery?
    As it is now standard, it does not look good and I might have to change the plugin. I would be happy if you could help me. Regards

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @andifidi,

    Can you let us know what gallery display type are you using?

    Thanks

    Thread Starter andifidi

    (@andifidi)

    Hello, yes I use a gallery with basic slideshow.

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    @andifidi

    You can try to add this CSS rule to “Gallery -> Other Options -> Styles” to completely remove the top and bottom margins from the slideshow:

    .ngg-slideshow {
    margin: 0 auto 0 !important;
    }

    Thread Starter andifidi

    (@andifidi)

    Hi, Unfortunately that does not work. the edges will not change….

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Can you please add the provided CSS rule to "Appearance -> Customize -> Additional CSS" then clear the cache and hard refresh the page to see if that will change anything?

    Thread Starter andifidi

    (@andifidi)

    Unfortunately that does not work. the edges will not change….I tested it on both remarks. hmmm.

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Can you try this CSS rule instead:

    .ngg-slideshow {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    }

    Thread Starter andifidi

    (@andifidi)

    Unfortunately no, the empty space between the previous block entry and the gallery does not move at all.

    Hi @andifidi, is it possible for you to share a link so we can take a look?

    Thread Starter andifidi

    (@andifidi)

    Unfortunately the site is not online but as a draft on my NAS. I can send a picture with the distance I mean. I think sending a picture doesn’t work here, does it?

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    A picture won’t help too much since we will be unable to inspect the elements’ style.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Distances to elements above and below the gallery’ is closed to new replies.