• Resolved amoswright

    (@amoswright)


    I’ve seen that some others had css problems with this *AWESOME* plugin in IE (hey, can’t blame you, what isn’t broken by IE?). Anyway, my gallery images were all aligning on the right side of the page in a single colum, not floating. I modified the nggallery.css file as follows:

    .ngg-gallery-thumbnail img {
    background-color:#FFFFFF;
    border:1px solid #A9A9A9;
    display:block;
    margin:4px 0px 4px 5px;
    padding:4px;
    position:relative;
    float: left;/*this is what I added*/
    }

    and that fixed the problem. Seems to work for most people, not sure why my theme broke in this way, but if anyone else encounters the same problem, it’s worth a try!

    Thanks again for the awesome plugin.
    Best
    Amos

  • The topic ‘[Plugin: NextGEN Gallery] – IE CSS Fix that worked for me…’ is closed to new replies.