Hi JGM,
I found issue in your site. The issue in your site is with the “Post From Site”. They have minimal.css which is causing the problem.
What you can do is open minimal.css in their plugin folder post-from-site -> includes directory. Then remove the following css from line no 55 onwards:
.clear {clear:both;}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
This will fix our issue. To clear with you this is not our theme issues. This is issue with the plugin.
Regards,
Sakin