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;
{