Reply To: Changing the inter-line spacing

Home Forums Support Changing the inter-line spacing Reply To: Changing the inter-line spacing

Home Forums Support Changing the inter-line spacing Reply To: Changing the inter-line spacing

#152786
Don

I’ve designed with DW for years and more recently WP and now graduated to GP. I have not had a problem with line spacing until now. The lawyer I am designing for wants the line spacing in paragraphs reduced slightly. (I don’t want to, but I am just the web designer:)

Here is what I have in “Edit CSS”:
p {
margin-top: 1px;
margin-bottom: 10px;
margin-right: 100px;
margin-left: 4px;
}

I’ve tried values from 0 to 400px and it changes nothing. To me it is obvious it is being overridden by some later CSS code. I view with the “Preview” button which usually is an up to date version with no cache problems. Also emptied cache.

Here is more code that doesn’t work:

/* Font Size, but all settings are overridden someplace */
.entry-content {
font-size: 27px;
}

I do not have a Child Theme with this site, but use the “Edit CSS” Add On.

I’ve never accomplished much with the “Edit CSS” since using GP??

I need help,
Don