I inserted a gallery, told it to be 3 or 4 columns, and it always lays out the same with small thumbnails. Can you tell me why this is happening?
langstons.businesslocallistings.com/gallery
Thanks
I inserted a gallery, told it to be 3 or 4 columns, and it always lays out the same with small thumbnails. Can you tell me why this is happening?
langstons.businesslocallistings.com/gallery
Thanks
Hey!
Add following css code to css/custom.css or the quick css field:
.gallery br {
display: block !important;
}
Regards,
Peter
Please look again, this made it display as if in a one half column?
It displays fine now. If you want bigger thumbnails you need to change the image size settings. The gallery shortcode offers a parameter which allows you to overwrite the default size: http://codex.wordpress.org/Gallery_Shortcode
You must log in to post.