• Resolved Mattn

    (@mattn)


    Is it possible to center my images showing in an article?
    The problem is, when an upright image is shown, it appears left aligned. Non-upright images i can “control” by their width, but I would like to display ALL images centered- always.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mattn

    (@mattn)

    following seems only tho work in IE…

    in css/nggallery.css
    1.

    .ngg-thumbnail {
    	float: left;
    ...

    into

    .ngg-thumbnail {
    	float: center;
    ...

    2.

    .ngg-gallery-thumbnail-box {
    	float: left;
    ...

    into

    .ngg-gallery-thumbnail-box {
    	float: center;
    ...

    3.

    .ngg-gallery-thumbnail {
    	float: left;
    ...

    into

    .ngg-gallery-thumbnail {
    	float: center;
    ...
    Thread Starter Mattn

    (@mattn)

    any solution to this one..?

    isn’t it possible to center all thumbnails in height an width?
    i would like to center ALL thumbnails, can’t we use tables for this?

    Thread Starter Mattn

    (@mattn)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Center images’ is closed to new replies.