Site logo

[Resolved] Post recent left

Home Forums Support [Resolved] Post recent left

Home Forums Support Post recent left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2105436
    steven

    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

    #2105489
    David
    Staff
    Customer Support

    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.

    #2105582
    steven

    Thank you very much david for helping me every time with my problems.

    It’s working 🙂

    #2106051
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.