Your front page is using headers instead of plain paragraph text.
Yes it is! That is the result of my tinkering with it to make it approximately the size and spacing I want. I guess the Internet at large gave me some “bad HTML” advice!! Let’s see if we can get it right, thanks for your help with this.
So I understand what you’re saying – changing the style.css as you suggested would only affect paragraph text, not header text. However, I made these changes to the format of the front page text after I tried unsuccessfully to make the change to style.css.
Here is what I did. I found that same paragraph,
#content p {
font-size:15px;
line-height:1.7em;
}
in my style.css. Where I found it was under the heading (there are some underlined headings in the style.css) “Images”.
I changed it to look like this:
#content p {
font-size:15px;
line-height:1.7em;
padding-bottom: 20px
}
and it said it was edited successfully.
I then went to check my website and nothing changed. I tried it twice, and both times, nothing. Even on the pages such as my “About” and “Services” page which have paragraph text. The blog paragraphs did not change either.