Home Forums WoodMart support forum Boxed Layout Reply To: Boxed Layout

#314496

Hello,

Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

body.wrapper-boxed .website-wrapper {
    max-width: 1360px;
}

Best Regards