Site logo

[Support request] Spacing before and after images (not featured, only within the content)

Home Forums Support [Support request] Spacing before and after images (not featured, only within the content)

Home Forums Support Spacing before and after images (not featured, only within the content)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2418400
    marc

    Hey guys,

    I’ve been using generatepress quite often but on this installation (example of a page in the private section) the spacing before and after my images isn’t right (not the featured one, only the ones in the actual content). Headings and paragraphs around content images look very squished. I can’t seem to find where to solve that within the customizer without adding any CSS? Can you help?
    Thanks

    #2420211
    Ying
    Staff
    Customer Support

    Hi Marc,

    WP used to add margin bottom to the WP image block, but it seems they removed it since 6.1.

    If you want, you can add it back using this CSS:

    .entry-content .wp-block-image {
        margin-bottom: 2em;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.