You need to achieve this through css.Let entire page width be 1300 and stretch header and footer to full width like below- @media screen and (min-width: 940px).fullwidth {left: 50% !important;margin-left: -50vw !important;position: relative !important;width: 100vw !important;}