I ran into the same problem. Turns out if you just “update the post” the editor will come back up normal. It’s an annoying work around but it still works.
Hey guys,
Just a follow-up. I figured out the problem. In the css code you need to change the clear tag from “both” to “none”. For any of the shortcodes causing the problem.
For example the divider was causing the push so i changed it as follows:
/* Divider */
.divider {
clear: none;
{