D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Snowfall Front Page?

#8872
D5 Creation
Keymaster

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>