Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Ranscapture

    (@ranscapture)

    edited for: link button doesnt work, just paste link directly.

    @ranscapture, this is similar to what you had before:

    .ngg-gallery-thumbnail img {
    margin-right: 42%;
    }

    But if you want a more centered effect:

    .ngg-gallery-thumbnail img {
    margin-left: 39%;
    }

    You may need to clear cache to see it in effect and you may need to add !important propriety, e.g.:

    .ngg-gallery-thumbnail img {
    margin-right: 42% !important;
    }

    Put one of those in NextGEN custom CSS area.

    PS: link button does work, and these forums are for public support, so please don’t post private email address, it’s against forum rules.

    Plugin Contributor photocrati

    (@photocrati)

    @ranscapture – Try adding @tizz’s suggestions (thanks!) under Gallery > Other Options > Styles

    – Cais.

    Thread Starter Ranscapture

    (@ranscapture)

    Amazing Tizz! Thank you for that it worked perfectly. I would never know how to do that by myself. If I saw it I could edit it, but i need the base there.
    Cheers man!
    -Andrew

    ps thanks for the ps.

    Actually just checked IE it doesnt work, but Firefox is perfect. Weird. do i need secondary code for IE? i dont use chrome but a lot of people do. do you know if it works on there?

    Plugin Contributor photocrati

    (@photocrati)

    @ranscapture – Try adding the !important directive to all of the properties … see if that helps to sort out this issue (it’s not working in Chrome the same way as it is in Firefox).

    – Cais.

    @ranscapture you are right, it doesn’t work in IE, Chrome, Safari, and works in Firefox.
    Maybe is an issue with your template. Have you tried changing it to a WordPress default theme just to see if that makes a difference?

    @ranscapture, OK try px instead of %, your theme is not responsive anyway.

    .ngg-gallery-thumbnail img {
    margin-right: 70px !important;
    }
    Thread Starter Ranscapture

    (@ranscapture)

    Alright, So the px one works in my Firefox, IE, and mobile Safari. So probably chrome too. Thanks for the persistance tizz and photocrati! I havent been to other forums so helpful and productive as this before. It really makes our website look a lot better.

    -Andrew

    @ranscapture, yes it works on Chrome too.

    Plugin Contributor photocrati

    (@photocrati)

    Nice catch @tizz!

    Thanks, again, for helping out!

    – Cais.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Need help Badly! Padding gone between Thumbnails in NextGen’ is closed to new replies.