Content formatting

Permalink
I can not figure out why my text content spacing is so off. Please view my site and advise..www.serendipityforseniors.com
I have built the content within dreamweaver and notepad to try to remove some of the spacing between lines and I am positive that the spaces should not be there ..but for some reason c5 pops in a huge gap between my paragraph titles and the paragraph content.

1 Attachment

 
c5mix replied on at Permalink Reply
You have a declaration in main.css that all spans should have a bottom padding of 22px.

span {
font-style:italic;
padding-bottom:22px;
}

Since your paragraph titles are in a span they are getting that padding-bottom of 22px added to them.
Michelle replied on at Permalink Reply
Great - thanks. Where do I go to change my custom css? Noticed that it is not an option on the Theme customization anymore and the main.css only references
/* customize_miscellaneous */

To make the changes I needed I copied the css from "view source" pasted it into my main.css but in the future is there an easier way to change it?