Spacing below images

  • I have installed the ‘Landscaper’ starter site on an existing website. Unfortunately, there is no spacing below the images in the blog posts, so the text sits directly underneath the images with no space in between. It doesn’t look good. How can I restore this spacing? On the old website, there was automatically a space between the images and the text.

  • Creative Reload

    You should be able to go into the blog post layout element and change the spacing around the image.

  • Hi @mg,

    If you want all images inside blog posts to automatically have spacing underneath, you can use this CSS:

    .single-post .wp-block-image img {
        margin-bottom: 1.5em;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.