BIGGY

Topic: Thumbnails display only 2 across

Posted this in another thread of mine but figured I should make a separate thread.  In my gallery the thumbnails go 2 across and then start going down.  I more or less want them to go 9 or 10 across.  Any suggestions on correcting the thumbnail layout?  Is this done in the html file or the css?

Mini0n

Re: Thumbnails display only 2 across

Hi there.

I had the same problem and the issue was on the galleria.css.
The first line of that CSS file is:

.galleria{list-style:none;width:200px}

The width only allows 2 images to be placed next to each other. For you to have 9 or 10 thumbs, you should switch the "200px" for "900px" or "1000px".
That way your problem should be solved. smile