Have standard [gallery columns="5"] shortcode for my gallery and it woks perfectly on my sinle post page without issue, but on my home page it is all messed up.
http://www.celebridiot.com/2009/06/28/megan-fox-leaving-fuse-studios/ - fine
http://www.celebridiot.com/ - messed up
I checked the page source and it looks identical Any ideas?????
<style type='text/css'>
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 20%; }
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}
</style>
<!-- see gallery_shortcode() in wp-includes/media.php -->