52336798
Member
Posted 1 year ago #
I am fairly new at this and I cannot figure out how to separate certain aspects of my text into normal paragraphs.
When I'm in the visual editor I space my paragraphs apart, but when i go to view the page its one solid block of text.
I am using this to separate jobs that i have done on my resume so its cleaner and easier to read.
Any Suggestions?
Dayln
W.P. Ginfo
Member
Posted 1 year ago #
Hi there,
Try this:
Open your post / page and activate the HTML-tab on top of the edit-box.
Insert the cursor at the postion you want the new paragraph to start.
Insert one or more <br/>
Save the post.
Enjoy
MarlonRibunal
Member
Posted 1 year ago #
Try this. Add this to your style.css
/* add extra space in paragraph - marlon */
#content p {
line-height: 1.7em;
padding-bottom: 15px;
font-size: 15px;
}