Latest Posts Gutenberg Block: grid not showing
-
Hi,
I have a static homepage set up for my blog using the latest posts gutenberg blocks. The first block is 4 posts in 2 rows (this is working just fine).
The next block is 6 posts in 3 rows; the rest of them is 4 posts in 4 rows. And all of those blocks are not showing in a grid format but in just 1 row.
I had a look at the css and it seems that the problem is this line of code
.wp-block-latest-posts.is-grid li {
width: 100%;
}because whenever I uncheck the width in the chrome console thingy, it would look correct.
Is there a way to fix this issue? Thank you!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Latest Posts Gutenberg Block: grid not showing’ is closed to new replies.