• I am trying to figure out how to eliminate the space between paragraph blocks so that my paragraphs are together. Is there a way to do that?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Raam Dev

    (@raamdev)

    Hi @nancy54cat,

    The link that you included for the page you need help with is a link to the post editor in the WordPress Admin. Are you looking to change the space between paragraphs when you’re editing the post in the WordPress Admin, or when you are viewing the published post?

    Thread Starter nancy54cat

    (@nancy54cat)

    As always, thank you for your reply! The post is still a draft so I am editing it before publishing it. I always complete all of my drafts before publishing them all at once.

    Theme Author Raam Dev

    (@raamdev)

    Hi @nancy54cat,

    Changing the style of the content in the post editor so that the space between paragraphs is smaller would require modifying the CSS styles:

    .editor-styles-wrapper p { margin-block-start: 0.5em; margin-block-end: 0.5em; }

    As I noted in your previous question, you can normally do that on WordPress.com by logging in and viewing your site, then clicking on the “Customize” button at the top of the page, then you’ll see a menu on the left with an item called “Additional CSS” where you can paste in the CSS style to customize the default style.

    Here are some more articles that may be helpful:

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