• Hello,

    Trying to center the slideshow on the screen here
    fotofrontier.com/wordpress

    Could anyone help, please? It’s probably a small configuration that I’m missing.

    Thank you so much in advance!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Yanita

    (@yanita)

    ….sigh….. no one ever responds to me on here ?? …..

    You could try in style.css, this is just a guess!

    There is no horizontal-align, and the image style is inline.

    .ngg-slideshow {
       text-align:center;
    }

    If that does not work then try adding a margin to the image:

    .ngg-slideshow img {
       margin: 0 auto;
    }

    HTH

    David

    Thread Starter Yanita

    (@yanita)

    David, thank you SO much for replying!

    I looked at the style.css but I don’t even see code you gave me ?? so sorry… and the margins of the image already seem to be set to 0

    This is the pastebin of the style.css if you don’t mind taking a look – maybe I’m missing something?

    https://pastebin.com/rSzk5CNd

    thank you so much! Very grateful for any advice I can get on this one!!

    Hi,
    Just add any new styles to the end of the stylesheet, and do not edit existing entries.

    Both styles are not set, so nothing should over-ride them, try one and if that is no good try the other.

    Another Idea would be to visit the gallery website and see if they have a dedicated forum.

    BTW, the background on the slider does not render well and loads slow, it might be worth looking at a different plain background.

    HTH

    David

    As far as I know when I put slideshow in post nextgen gallery using the short code was centered by default than I changed it to left.

    If you are looking NextGen css
    then in admin plugin menu click editor on right top from dropdown menu select NextGen gallery and click select

    you will see all files for NextGen Gallery half way down there is
    nextgen-gallery/css/nggallery.css

    this is the css file.

    Thread Starter Yanita

    (@yanita)

    thank you guys SO much!

    well, I tried aligning EVERYTHING to center, and it still doesnt work.
    it’s almost like I didn’t make any changes at all :/

    this is the nextgen-gallery.css file:
    https://pastebin.com/7jvnKYXf

    Maybe I’m not changing the code in the right places? … just dont know what else it could be…?

    thank you again

    Thread Starter Yanita

    (@yanita)

    p.s. – David, I didn’t change anything else so far on this theme because growing very desperate with it.
    I love it so much, because it’s compatible with most browsers (even though it shows slightly different colors on each browser, but at least it shows!)… but if i can’t get the slideshow to work, I’ll have to choose a different theme.

    The slideshow is the main part of my website, and if I can’t get it to work – on EITHER theme – then ….not sure how to restyle the site. ??

    Thank you all for your help, really appreciate any responses / ideas on how to solve this thing.

    Thread Starter Yanita

    (@yanita)

    wait a minute, for some reason, it says that the nextgen gallery is Inactive… any idea how do i activate it?

    thank you ??

    check if the plugin is activated.and check Gallery options.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how to center slideshow on screen’ is closed to new replies.