Hi
I am trying to remove the paragraphs margins when writing a post in the textarea of tinymce (as the paragraphs in my website are with no margins, for WYSIWYG sake).
I put this in my child theme style.css but it has no effect.
p, body#tinymce.mceContentBody p {
margin-bottom: 0px;
}
Any idea?
Thanks