Member
Member
sedicom   2009-08-01, 12:56
#1

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

Administrator
Administrator
acrylian   2009-08-01, 13:32
#2

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

Member
Member
flu   2009-08-01, 13:46
#3

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

Member
Member
sedicom   2009-08-01, 14:40
#4

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

Jean-Michel

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.