Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the similar problem. My images were right aligned with previous version of NexGen but after updating to 0,8 all the images were left aligned and it is impossible to right align even new images, What has happened?

    You’ve probably already figured this out, but just use a bit of css and wrap the gallery in a div:

    #gallery_wrapper
    {
    position: absolute: margin-left: auto; margin-right: auto;
    text-align: center; top: 0px; width: 650px;
    }

    Then in the page that has the gallery:

    <div id=”gallery_wrapper”>
    [gallery=1]

    <!– anything else you want on the page –>

    </div>

    Adjust the values for ‘top’ and ‘width’ to fit your layout, and ‘gallery’ to show whichever one you want to display.

    HTH

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NexGen Image Gallery – cannot center photos’ is closed to new replies.