$(document).ready(function(){ $(window).resize( function(){ $('.extragrid_2').width($(window).width()); $('.extragrid_2').css({width: $(window).width(), "margin-left": ($(window).width()/-2)}); } ).trigger('resize'); });