• Pressing the “enter” key creates a new paragraph instead of a new line – leading to double spacing.I want to start a new line without creating a new paragraph.
    I know this can be done if I press the Shift key while hitting Enter.

    How do I remove the extra line space from existing posts and pages?
    I tried the following but it didn’t get rid of the extra line space
    .post p{line-height: 1.5em;}

    I tried adding a padding but this changes the spacing in between paragraphs, which is not what I want.

    Any help appreciated

    • This topic was modified 6 years, 8 months ago by alien333.
Viewing 1 replies (of 1 total)
  • Hello,

    Try to add the below code to the functions.php file of the child theme to fix it –

    remove_filter( 'the_content', 'wpautop' );

    Can you share your site link so that I can check the issue there?

Viewing 1 replies (of 1 total)

The topic ‘Remove line space’ is closed to new replies.