Hi. Any idea why my blog is not displaying in grid? Thank you!
It appears you’re using the “Blog” page template for your blog. This plugin does not work with that template.
Go to Settings > Reading and set the posts page equal to your blog page. The grid should then work.
More information: https://www.billerickson.net/dont-use-genesis-blog-template/
Thanks so much! It’s working now…do you know why there is first 1, then 2 and then 3 columns? I just want 3. Thank you.
Can you send me a link to a page you’re seeing this on? The blog is still not using Genesis Grid
sure! here it is: https://janarebelo.com/blog/
These are my settings:
Features on First Page
0
Teasers on First Page
9
Features on Subsequent Pages
0
Teasers on Subsequent Pages
9
Teaser Columns (2-6)
3
Thank you!
It looks like your theme is adding a “centered” class to the first two posts, and your theme has the following CSS in it:
.centered {
width: 700px;
margin: auto;
}
This is overriding the grid styling. You should ask your theme creator how you can remove that class from the first two posts.
Thank you Bill. I do have that class applied because I wanted my posts to look like this:
https://janarebelo.com/secretos-productividad/
Do you know what other class I could use that wouldn’t affect my blog page? Thank you.