FOR VERSION 3.0.9 OR EARLIER ONLY
If you're having issues with extra padding, spacing, or elements overlapping in Safari, please follow this guide:
1. Paste the following code under Semplice > Advanced Styling > Custom CSS & JS > Custom JavaScript:
jQuery(window).load(function(){
jQuery("*[id*=masonry-]:visible").each(function(){
if(jQuery(this).children(".masonry-full-inner").length>0)
var a=jQuery(this).children(".masonry-full-inner");
else var a=jQuery(this);a.masonry("layout")})});
2. Clear your browser cache and test again.