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.
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?
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.
FYI…. My example page I provided has been updated. I changed to code editor and removed all of the paragraph edits.
… did you read and understand my second sentence with my suggestion of Shift+enter?
Sorry I did not, just tried it now and yes that’s what I wanted, thank you very much for the instruction!
I’m glad that I could help.
Don’t forget to mark this as resolved 😉