• Resolved Chris

    (@forumusr)


    Hi, I have used Nextgen gallery for some years, and while generally satisfied, I have not been able to correct the issues noted here. Just a couple of spacing and layout problems with the CSS I believe, I do not know how or when they occurred. I am ok with basic css fiddling, but so far I am unable to effectively troubleshoot.

    A screenshot pointing out the problems can be seen here:
    https://www.sequentz.com/nextgensqueeze.jpg

    The sample page in question can also be seen here:
    https://sequentz.com/photography/

    Thank you!!!

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

    (@photocrati)

    @forumusr – You could try the following custom CSS to center the basic thumbnail display:

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

    This can be placed under Gallery > Other Options > Styles

    I’m not sure what exactly is affecting the pagination layout though. Have you tried temporarily switching to a default WordPress Twenty series theme to see if similar effects are happening?

    Thanks!

    – Cais.

    Thread Starter Chris

    (@forumusr)

    Ok thank you. Sorry for my delayed response, the forum took several days to moderate my post – not sure why – so I wasn’t even sure if it got posted.
    For the first guidance, I added the styles you provided and there was no effect. Here is a link to a screenshot of where I added them, to make sure I put them in the right place:
    https://sequentz.com/nextgen-uncentered.png

    As for the pagination, I switched to Twenty Fifteen, and the pagination was corrected. I assume this implies that my theme is disrupting the layout in various ways. If this is this is the case boy that will require a lot of time to figure out. Pain in the neck.

    I was hoping there was a quick Nextgen style I could tweak that would widen the container in which the pagination sits.

    Thank you for your help.

    Plugin Contributor photocrati

    (@photocrati)

    @forumusr – If your current theme was affecting the pagination layout then it may also be affecting the images and their layout. I also noticed you have some additional custom CSS that may be involved with the issue as well.

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some CSS issues’ is closed to new replies.