We believe you are telling about the re-sizing issue. If you reload the site in any device or direct load the site in device, there should be no problem. But if you re-size the screen, you may face some designing issue. You may use the following code in the WP-Admin > Appearance > SnowFall Options > General Options > Custom Code within Head Area Box to reload the site during re-sizing
<script>jQuery(window).resize(function(){location.reload();});</script>