Archived topic
Additional margin on left being added on core "Latest Post" block
5 replies · Started by Hardik on October 7, 2020
Hello
I've added a "Latest Post" core block via "Block - Site footer" on "Entire Site". For some reason there seems to a small margin being added on left.
Is there a way to remove the same so as to achieve a uniform layout and a way to increase gap between 2 posts?
Thanks!

Hi there,
Try this CSS:
.gb-container ul.wp-block-latest-posts {
margin-left: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Awesome, it works! Is there a way to increase the gap between two posts?
Try this:
.gb-container ul.wp-block-latest-posts li {
padding-bottom: 15px;
}
Thank you so much. Awesome and lighting fast service, I'm amazed!
No problem :)