Viewing 6 replies - 31 through 36 (of 36 total)
  • > Pls remember to use my workaround regarding IE album & gallery vertical
    > alignment problem (8 posts up) as well.
    Update: problem is solved in NextGEN Gallery version 1.5.5, so no workaround is needed. Pls upgrade!

    Changelog:
    
    V1.5.5 - 14.06.2010
        * Bugfix : Compat issue for post thumbnails with WP2.9

    I am using NextGEN Gallery on my website and I my galleries show up just fine in Firefox and IE8 except on my home page. I have php embedded into my home page body that pulls in the NextGEN Widget so I have 4 random images from my galleries displayed on my home page. I modified the Sidebar widget location in the nggallery.css file so the 4 images display in a row in IE8, but Firefox still displays them in a column. Here is what that part of my css file looks like:

    /* ———– Sidebar widget ————-*/
    .ngg-widget,
    .ngg-widget-slideshow {
    overflow: hidden;
    margin:0pt;
    padding:5px 0px 0px 0px;
    text-align: left;
    }

    .ngg-widget-thumbnail img {
    background-color:#FFFFFF;
    border:1px solid #A9A9A9;
    display:block;
    margin:4px 0px 4px 5px;
    padding:4px;
    position:relative;
    }

    .ngg-widget img {
    float: left;
    border:1px solid #A9A9A9;
    margin:0px 10px 0px 0px;
    padding:4px;
    position: relative;
    display: block;
    }

    Many thanks in advance!

    Hope this helps everyone else. Under “.ngg-gallery-thumbnail img” change “margin:” settings to “margin:0px auto”. That centered the thumbnails using the 1.5.5 version of the NextGen Gallery code.

    See my wife’s watercolor paintings gallery site for an example.

    ethical

    (@ethical)

    ok sorry to hijack an older thread, but I have the same problem and well nothing I have tried from the suggestions above have worked for me. If anyone has any ideas on how I can get the images to be centered I would be most greatful! you can see i do have the wp estore but its not beign centered even if i dont have the store there, so its not a problem with the store from what I can tell.

    see link here

    Thanks
    John

    I also had this problem and could get nowhere with the css to center them, so I have come up with a very simple solution, although it is less than ideal – but it saves messing around.

    Here’s how to do it:

    My post area is 900 px wide.

    So, in the post where I want to add a gallery I create a table 900px wide, with 3 columns, and an invisible border (ie border=0).

    I then put the gallery in the center column.

    The 2 outer columns automatically resize themselves equally, and the result is an image gallery that is centered on the page.

    Like I say, less than ideal, but quick and easy.

    I hope it helps someone.

    Hello, I′m having same problem, how to center thumbs after all…?

    Here is a link:
    https://www.heliocristovao.net/dev/portfolio/no-coracao-da-floresta

    Hope to solve this, thanks in advance

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘[Plugin: NextGEN Gallery] center thumbnails?’ is closed to new replies.