Hever theme: Incompatible with Blog Posts > Grid View > Show Media Behind
-
This bug is present when a grid item has image behind.
See the CSS bug on this page: https://unswih.wordpress.com/The last item in the latest blog posts (“latest menu”) is sticking out when the viewport width is >782px.
This is caused by the following conflicting CSS:
`
@media only screen and (min-width: 782px)
.wpnbha.is-grid article, .wpnbha.is-grid article:last-child {
margin-bottom: 1em;
}
`The
margin-bottomshould be the default96px, not overwritten to1emas done by the media query here.This is a bug that should be fixed by WordPress staffs. Otherwise, are there any quick fixes / any methods to undo the media query?
Thank you!!
The blog I need help with is: (visible only to logged in users)
-
The code format is not showing up correctly. Let me try one more time:
@media only screen and (min-width: 782px)
.wpnbha.is-grid article, .wpnbha.is-grid article:last-child {
margin-bottom: 1em;
}
-
Hi –
Before diving in to things I want to first make sure that we’re looking at the same item on the site. Take a look at this screen shot to confirm: https://d.pr/i/MuFHXr
-
Yes, this is absolutely correct.
Apologies for my really late reply. The notification mail ended up in Trash directory.
-
- The topic ‘Hever theme: Incompatible with Blog Posts > Grid View > Show Media Behind’ is closed to new replies.