TinyMCE Single Line Spacing instead of Double

Tired of having to press Shift+Enter to get single line spacing? The solution is easier than you think...

Tired of having to press Shift+Enter to get single line spacing? The solution is easier than you think...

By default your TinyMCE theme styling comes from /tiny_mce/themes/advanced/skins/default/content.css

So, open that file and add this to the end of it:

.mceContentBody p {padding:0; margin:0;}

Clear your cache and then refresh the page. Hey presto, single line spacing!