ZenphotoCMS Forum
Blank rows on index of gallery - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Blank rows on index of gallery (/thread-5585.html)



Blank rows on index of gallery - sedicom - 2009-08-01

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




Blank rows on index of gallery - acrylian - 2009-08-01

This is a CSS issue. The only workaround is to use images/texts of the same size/length.




Blank rows on index of gallery - flu - 2009-08-01

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;
}




Blank rows on index of gallery - sedicom - 2009-08-01

Great !
For the moment, I'll see with fixed height. It seems ok.
Many thanks to acrylian and flu !

Jean-Michel