Im trying to ONLY get the header and footer sections wider only for desktop. This is the code i have and but it widens the whole website. HOw to only widen the heder and footer sections? Thanks
.page-width,
.page-width-desktop {
max-width: 100% !important;
padding-left: 60px !important;
padding-right: 60px !important;
}