Not signed in (Sign In)

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

    •  
      CommentAuthorkimparsell
    • CommentTimeAug 30th 2008
     
    Hi viru5 -

    You need to edit gallery.css in the default template and change .slides li to read as follows:

    .slides li {
    display: block;
    float: left;
    margin: 0 10px 30px 0;
    padding-bottom: 20px;
    width: auto;
    height: 150px;
    }


    It needed to have the height defined and more padding on the bottom to make the gray box extend to include the text below the thumbnail.