- Title: New member
- Status: Offline
- Registered: 2008-08-14
- Posts: 5
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?
- Title: New member
- Status: Offline
- Registered: 2008-08-28
- Posts: 2
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. 
Posts [ 2 ]
Guest posting is disabled. You must login or register to post a reply.