Thank-you. Ok… Went to Custom Code then got lost how to enter the code
in.
Double clicked Custom Code blue box, but could not type or paste in code. Tried right click also.
Then clicked on lower right hand can and scrolled to Theme Option…
Clicked Option then scrolled to botton…
selected Custom Theme Option…
pasted the p code in but chagned
the 2.15em to 1.15 to see if any change.
Clicked the + button.
Even saved page to green.
No change on page when click enter for paragraph…
The code did not show up on the blue Global CSS screen, if it is to.
Tried the second code body p and still nothing.
Did click save page.
Getting closer… Do greatly appreciated your help.
What am I doing wrong and must do to get code to take?
Thanks
The code being tried to enter at different times.
Pro
p {
margin: 0 0 2.15em;
}
(Change to 1.15em:)
X (from another help post)
body p {
line-height: 1.5;
margin-bottom: 1em;
}