Hello,
One of my posts has a 4 column gallery and another of my posts has a 3 column gallery, and on my home page, the existence of the 3 column gallery is breaking my 4 column gallery.
You can see it here: http://meeble.com
The more recent post has the 4 column gallery, which inserts this CSS:
.gallery-item {
width:25%;
}
which is then overruled by the older post's CSS:
.gallery-item {
width:33%;
}
Please fix this bug!