Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339374

    Hi,

    I want to close up the spacing between some of the blocks on this post page https://larissaeremeeva.com/artists-reunited/

    I have created a Group but I can only change color and typography within the group not the block spacing. Is there any way to change the block spacing?

    Thanks

    #339376
    sujapati
    Keymaster

    @Larissa: We noticed that you’ve used a Spacer block with a height of 100px. You can adjust the height of the Spacer block to increase or decrease the gap between the blocks as needed.
    Additionally, to remove any extra space between paragraphs, you can add the following CSS:

    p:last-of-type {
        margin: 0;
    }

    Go to Appearance > Customize > Additional CSS to add the CSS.
    Please feel free to reach out if you need any further assistance!

    Kind Regards,
    Sujapati

    #339400

    Hi,

    The CSS worked – thanks for quick response!

    All the best!

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