Home › Forums › WoodMart support forum › Content Full width layout › Reply To: Content Full width layout
April 13, 2020 at 10:31 am
#186496
Elise Noromit
Member
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