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 !
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; }
Comments
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;
}
For the moment, I'll see with fixed height. It seems ok.
Many thanks to acrylian and flu !
Jean-Michel