Home Forums WoodMart support forum Content Full width layout Reply To: Content Full width layout

#186496

Here is the code:

@media (min-width: 1025px){
body .main-page-wrapper .container:first-child {
    max-width: 1400px;
}
body	footer .container.container:first-child {
    max-width: 1400px;
}
body .whb-main-header {
    max-width: 1400%;
}	
}

Have you set full-width for the header in the Header builder?

Best Regards