Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorrevtommy
    • CommentTimeJan 27th 2009 edited
     
    Can anyone tell me what I need to do to center and evenly distribute the thumbnails?

    •  
      CommentAuthorkimparsell
    • CommentTimeJan 27th 2009
     
    revtommy -

    Follow the instructions in the following thread to fix your issue:

    http://www.plogger.org/forum/discussion/2444/album-thumbnail-display-problem-in-ie/#Item_3
    • CommentAuthorrevtommy
    • CommentTimeJan 27th 2009
     
    Thanks! That did it!
    • CommentAuthorrevtommy
    • CommentTimeJan 27th 2009
     
    How about centering it all within the blue borders?
    •  
      CommentAuthorkimparsell
    • CommentTimeJan 27th 2009
     
    Make the following changes indicated in bold text:

    ul.slides {
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 20px; /* adjust this until the thumbnails are centered */
    padding: 0;
    list-style: none;
    line-height: 1.4em;
    }

    .slides li {
    display: block;
    float: left;
    margin: 0 5px 10px 0; /* 2nd number controls the distance between thumbnails - adjust this until you have desired result */
    padding: 0;
    width: 130px;
    height: 185px;
    }