Archived topic
Post recent left
3 replies · Started by steven on February 4, 2022
Hi. there,
I use post recent content on all my posts at the end of the page (I use the same reusable block for all posts)
I can't get the recent post on the far left except in this article :
All other articles the blog is a little more to the right
Hi there,
you would need to:
1. edit the reusable block.
2. select the group block
3. in Advanced > Additional CSS Class(es) add: no-horizontal-padding
4. Save that
5. Then in Customizer > Additional CSS add:
.wp-block-group.no-horizontal-padding .wp-block-group__inner-container {
padding-left: 0;
padding-right: 0;
}
Note:
This post:
https://ingles5minutos.com.br/blog/usando-was-e-were-em-ingles-e-ensinando-com-exemplos/
The alignment looks correct as the content above is a List element which has the same spacing.
Thank you very much david for helping me every time with my problems.
It's working :)
Glad to be of help!