Page 1 of 1

your help about album module

Posted: Tue Sep 30, 2008 6:43 am
by nominoe
hello ,

i 'm trying to use the album module with lytebox gabarit  , it works except i cannot display pictures
on several columns on the first page , i would like to display picture on several colmuns , 3, 4 lines
and several pages .


Can you help me ?

here is the web site : http://www.elisabethbrionne.fr

thank you.

Re: your help about album module

Posted: Tue Sep 30, 2008 10:05 pm
by EllaGuru
Well, it looks to me like with a 3-column layout you can't really have more than 2 thumbnails in a row - is that what you are asking about?

Under the photo albums page, there is a tab called 'options'. near the bottom of the page you can set the number of thumbnail columns. But if your page is too narrow there will fewer thumbnails in a row.

Re: your help about album module

Posted: Wed Oct 01, 2008 8:46 am
by nominoe
thank you for your help ,

in fact i just want to display thumbnails of this page http://www.elisabethbrionne.fr/ on 2 or 3 columns , 3 or 4 rows ,
several pages . Thumbnails are actually displayed on one column and 9 rows ! it's bad look !

can help ?

thank,
eric

Re: your help about album module

Posted: Thu Oct 02, 2008 9:23 pm
by Dr.CSS
You have 2 problems...

1) when you added the album tag it was wrapped in , turn off tiny and remove the   {album tag}  ...

2) in you style sheet you have a call to ul li that is messing with them, but this will still only allow 2 rows...

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}