• Hi there,

    I very much like your theme with its many possibilities for customization!

    But I miss an option to reduce the size of empty lines in Gutenberg paragraph block. The same for the gape/space between two adjacent paragraph blocks. Because I use your theme for blog writing this is a main issue.

    Is there to way to reduce both spaces in CSS or any other method? That would really help!

    Thanks in advance,
    Bernd

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Can you kindly share the page link so that I can check it?

    Thread Starter baalco

    (@baalco)

    Hello Amit,

    meanwhile I found the solution just adding the following code to the style.css of the OceanWP child theme:

    p {
    margin-top: 8px;
    margin-bottom: 8px;
    }

    And adding a blank line inside a paragraph with Shift + Enter for beginning a new paragraph isn’t we way to go I suppose. Just hitting Enter opens a new paragraph block automatically and then the margins are adjusted due to the obove CSS code.

    Sorry for asking such a simple question. I’m a beginner in WordPress Blocks. Feel free to delete this post.

    Best regards,
    Bernd

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce space of empty lines and adjacent blocks?’ is closed to new replies.