They are vertical at the moment – stacked on top of each other in one column. I assume therefore you want them spread accross the page in multpile rows and columns? The most obvious thing would be to check in Gallery settings what “Number of columns” is set to. 0 usually works fine.
Hi, I’m having the same problem. Pictures are vertical but I would like them to be horizontal. I already checked number of columns and the number is set to 0. But it’s not helping. I’m using Thesis theme and would like to know how to fix this.
Link to site: http://europeanschooluxembourg2.eu/few-photos-of-new-school/
found the answer to this problem you have got to set the columns to the number you require I set these to 21 pictures and 7 columns,pretty silly thing to just miss but this got me baffled but now it works pucker
also to gregorp had a look at your site and you might want to put this css in the style sheet it will give you a border rounded corners and a drop shadow good luck
.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #666;
display:block;
margin:4px 0px 4px 5px;
padding:5px;
position:relative;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 1px 2px 6px #333;
-moz-box-shadow: 1px 2px 6px #333;
-webkit-box-shadow: 1px 2px 6px #333;
float: left;
}
Thanks for help Dan.
I tried with different numbers for column and nothing was working.
But I found a solution: I had installed NextGEN Gallery Optimizer too. The second I deactivated it everything was fine. Strange.