Block spaces

  • Unknown's avatar

    How do I delete an emty block space between paragraphs to close the gap.

    WP.com: Yes
    Jetpack: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    There is not a specific setting for controlling paragraph spacing on the theme you are using now, but

    You can modify that here, under the Additional CSS tab on the left:
    https://wordpress.com/customize/

    When you get there you will see a text box with some text in it. Create a new (blank) line, and paste in the following custom CSS code.

    Here is the code you will need:

    /* adjust paragraph spacing */
    p {
    margin-bottom: 0.5em;
    }

    Note that I chose 0.5em at random (looked good to me) but the default value for this theme is 1.5. You can choose any size you want and experiment however, so any size between 1.4 and 0.1em will work as a substitute in this code to give you the spacing you want.

    Hope that helps. Please let us know if you have any more questions.

  • The topic ‘Block spaces’ is closed to new replies.