3 column and 4 column gallery on the home page breaks!
-
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: https://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?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘3 column and 4 column gallery on the home page breaks!’ is closed to new replies.