• porubs1

    (@porubs1)


    The only way I can remove the line spacing is by changing to code editor. But I don’t like changing to code editor because it changes the editing tools when I change back to visual editor. Is there a plugin or hack to make the line spacing normal? Thanks to all in advance, I appreciate all help from the community!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • If you’re referring to line-height (ie the spacing between two lines in the same paragraph), then put the following custom CSS code in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS:

    .entry-content {
        line-height: 1.4;
    }

    The current value on your site is 1.9. Reduce or increase the value here as appropriate.

    If you want to reduce the spacing between paragraphs, then use the following:

    .entry-content p {
        margin-bottom: 10px;
    }

    The current value on your site is 28px. Reduce or increase the value here as appropriate.

    If you’re referring to any other “line spacing”, please clarify.

    fraumaria

    (@fraumaria)

    Do you mean by “line spacing” all the single paragraphs and you want a break instead? In the visual editor try to push the keys “shift” + “return” at the same time instead of “return” only. Maybe that’s what you’re looking for?

    Thread Starter porubs1

    (@porubs1)

    If I’m typing out a paragraph or sentence and hit enter it automatically starts a new paragraph and even with a new paragraph I don’t want that spacing. I just want to go to the next line. Every time I make a list and go to the next line its a brand new paragraph. I don’t want that or like it.

    Thread Starter porubs1

    (@porubs1)

    FYI…. My example page I provided has been updated. I changed to code editor and removed all of the paragraph edits.

    fraumaria

    (@fraumaria)

    … did you read and understand my second sentence with my suggestion of Shift+enter?

    Thread Starter porubs1

    (@porubs1)

    Sorry I did not, just tried it now and yes that’s what I wanted, thank you very much for the instruction!

    fraumaria

    (@fraumaria)

    I’m glad that I could help.
    Don’t forget to mark this as resolved 😉

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Removing line spacing between text’ is closed to new replies.