Archived topic
Latest posts feature misaligned on Chrome
8 replies · Started by Joy on December 12, 2020
Hey there GP team,
I've just updated to the latest version of WP this week and the "latest posts" feature is now pushing the third post (from a set of 3) onto the second row.
I have just update GP Premium and hoping that will fix it but after clearing cache nothing has changed. Wondering if you've come across this problem and any ideas on how to fix?
Many thanks,
Joy
Hi there,
Can you do two things to test first:
- Clear and disable the caching plugin so we can inspect the code better.
https://www.screencast.com/t/rqeExwuNe5
- Temporarily comment out your custom CSS so we know nothing is interfering.
Let me know :)
Thanks so much for the help Leo, I've deactivated the caching plugin but am too ignorant to know what this means "Temporarily comment out your custom CSS so we know nothing is interfering." 🙂 - would you mind letting me know how to do that?
Many thanks!
Joy
Temporarily remove these two blocks of CSS:
https://www.screencast.com/t/5jmeYOXLhZ75
ok great thanks Leo, that's done.
That also seems to have solved the immediate problem although now the alignment is out again on the home page with the latest posts sitting too far to the right (Tom kindly helped me put all that CSS in to get it looking just right).
Try this CSS:
.wp-block-latest-posts.is-grid {
margin-left: 0;
}
Perfect thanks so much Leo!
No problem :)