change line spacing in Chateau theme
-
I have tried to paste this code in the CSS Editor to override the the CSS for line spacing, which is set at 1.625 (I think)
p {
line-height: 1.0;
}and saved this multiple times – it DOES NOT change or override the theme CSS
what would the exact code be to make the line spacing on the entirety of pages to be just 1.0??? in the Chateau them???
The blog I need help with is: (visible only to logged in users)
-
Please add some posts and use this rule with slightly higher CSS specificity:
.post-entry p { line-height: 1.0; }
- The topic ‘change line spacing in Chateau theme’ is closed to new replies.