Hello,
I'm having issue with adding <div> inside the editor. For some weird reason, when I edit the content with PC using IE, the div moves up.
For example:
<div class="primary">
---the content---
<h4>title</h4>
----another content----
</div>
becomes:
<div class="primary">
---the content---
</div>
<h4>title</h4>
----another content----
As a result, it breaks everything :(
Anyone has the same issue or know how to fix this?
Thanks in advance.