Hello,
I understand that each element has margins that can be specified for headers. However instead of saving this as a preset i want to edit the css globally so I can make wide changes all at once if needed.
How would I edit the top and bottom margins in the css so it over writes what is written in the object?
Example page is in the secure note.
I want to add ONLY to blog posts h2 and h3 tags (not any others)
margin-top: 1.5em;
margin-bottom: 1.5em;
Thanks!

