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.
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.
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?
/* 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?
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.