Viewing 5 replies - 1 through 5 (of 5 total)
  • I have had this problem too. Have you figured it out?

    Thread Starter dend359

    (@dend359)

    I haven’t figured it out, I tried many things but it still isn’t working. Hopefully someone figured it out because I tried Googling this problem, and it still hasn’t solved my problem.

    Thread Starter dend359

    (@dend359)

    Bumping up for anyone that may have figured it out.

    JS

    (@jsylvia90)

    Hi… I posted this on another a few days ago:

    I tend to be stubborn when things aren’t like I want. So like you I wanted my thumbnails centered on the page. I’ve been doing sites since way, way back in the day when css didn’t work the same in any of the browsers, and I had to do a lot of “cheating”… but hey, it worked and if the “big guys couldn’t get their acts together, I made things work in all the browsers the way I wanted on my end.

    So, I spent some time tinkering and tweaking… and finally I got my thumbs centered… somewhat of a “cheat” but my clients don’t care if it looks good… It has to do with how I placed the [nggallery id=XX] code on the individual page using the visual editor.

    First I tried a centered div tag. <div align=”center” style=”text-align: center;”>[nggallery id=XX]</div> NO GO… didn’t work.

    Then I tried placing the tag in a table with the td centered. NO Go… didn’t work.

    Tried a bunch of other things and then I found it! First I uses a simple centered div tag. Next I place a single cell table at 90% inside my div tag. Then I placed the short code inside the single table cell. WORKED!… in IE, firefox, Google Chrome and safari.

    There is the exact coding I pasted in the visual editor:

    <div align=”center”>
    <table border=”0″ cellspacing=”0″ cellpadding=”0″ style=”width: 90%; padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px” align=”center” width=”90%”>
    <tr>
    <td align=”center”>[nggallery id=10]</td>
    </tr>
    </table>
    </div>

    Here is the page: http://www.fvapollo.com/fvapollo/gallery/

    Hope this helps.

    Good luck!

    Thread Starter dend359

    (@dend359)

    Wow, thank you so much! It works like a charm 🙂

    I also like your customized NextGEN

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] How to center gallery (it's on left)’ is closed to new replies.