How to change the spacing (margin, line-height) in the editor page of a post?
-
I am able to change the margin and line-height of the p tag in the ‘editor page’ of a post in Firebug, but when I change the CSS of my child theme (for twenty twelve), the changes don’t show up when I want to edit a post.
I’ve tried:
p {
line-height: 1.71429;
margin: 0 0 0.1rem;
}and
ul, ol {
line-height: 1.71429;
margin: 0 0 1.71429rem;
padding: 0;
}and neither work when I change the above to ‘margin: 0 0 0.1rem;’ (or just ‘margin: 0 0 0.1rem’.
Any suggestions?
- The topic ‘How to change the spacing (margin, line-height) in the editor page of a post?’ is closed to new replies.