Blank rows on index of gallery

Hello,
On index page of gallery (2 colomns), sometimes blank row in one the columns.
And idea ?
You can see here : http://mondio16.com/galeries/
Many thanks

Zenphoto is a great script. I tried many, I love zenphoto !

Jean-Michel

Comments

  • acrylian Administrator, Developer
    This is a CSS issue. The only workaround is to use images/texts of the same size/length.
  • flu Member
    Hi,
    I think that you can also set your div to the same fixed height, for example :
    .album {
    margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
    float: left;
    width: 390px; /* 305 */
    border: 1px solid #E7F0F5;
    background: #F7F9FD;
    line-height: 100%;
    height:150px;
    overflow: auto;
    }
  • Great !
    For the moment, I'll see with fixed height. It seems ok.
    Many thanks to acrylian and flu !

    Jean-Michel
Sign In or Register to comment.