What into three columns? the thumbnail view? or the picture view? and if later, how?
If you wan’t the thumbnails in three columns, either set the width for the gallery main div container to the size that is right for 3 columns or use the pics_per_row parameter (check the parameter name) to make it add
what has clear:both in it after each 3 images.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
did you try that pics_per_row parameter?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
could you set it to 3, just for my amusement, so I’ll have a chance to see how it looks.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
The parameter is pics_per_row not pics_in_a_row. There is a mistake in the "documentation".. So try using &pics_per_row=`3`.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Yes, I already thought that it won’t fix it, just wanted to see what it did.. But I’m not very strong on CSS anyways, so not sure if I’m able to help you very fast, I’d have to spend some time on it.. Try removing the following from MaxiGallery css, or change the width to 100%
.thumbs {
width: 90%;
}
"He can have a lollipop any time he wants to. That's what it means to be a programmer."