• Resolved giddykipper

    (@giddykipper)


    Hello at NGG – the Forum
    As per the post linked above, it doesn’t seem to matter if I run the text together (blahblahblah[nggallery id=?]blahblahblah) or have breaks and/or returns, the space above and below any given gallery is big (too big for my liking, at least) … can I gain control of this and tighten things up?
    AHGR
    Thanks – Andrew

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jaime Segura

    (@jaimeimagely)

    Hi @giddykipper

    I’ll be glad to help.

    There is a default margin set for the galleries, you can overwrite this from

    Appearance > Customize > Additional CSS, paste the following at the end:

    div.ngg-galleryoverview{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    }

    Click Publish

    I hope this helps.

    Hello @giddykipper

    Let’s try to adjust that using some CSS customization.
    Go to Appearance > Customize > Additional CSS
    Copy and paste this code, then click on “Publish”.

    .ngg-galleryoverview {
    margin-top: 15px;
    margin-bottom: 15px;
    }

    Note: you can reduce “15” to a lower number of pixels if you like.
    Let us know how it goes, we are happy to help!

    Thread Starter giddykipper

    (@giddykipper)

    I tried this on the post concerned, and set the margin to 5px, but there was no perceptible effect —

    https://www.englishchess.org.uk/Juniors/european-youth-team-u18-u12-in-pardubice/

    Is it me?

    Best
    Andrew

    Ok @giddykipper,
    Let’s try this

    .ngg-galleryoverview {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    }

    Double-check the code and make sure that you click on “Publish”
    Please, keep us posted.

    Thread Starter giddykipper

    (@giddykipper)

    Perfect, thank you – that’s just the ticket ??
    Very best
    Andrew | ECF

    Thread Starter giddykipper

    (@giddykipper)

    Set up on all the sites, and just right on all of them. Many thanks indeed!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The space above and below the gallery – can I control it?’ is closed to new replies.