jQuery(document).ready(function() { /* rearrange elements on smartphones and small web browser windows */ if(jQuery(window).width() < 460){ jQuery(".footer").insertAfter(".sidebarback"); }; });