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
I know that it is happening because of a CSS issue, but I was wondering if this seems like a WP bug, or is it more likely a problem with my theme, plugins, etc?
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%;
}
Thoughts?