Home › Forums › WoodMart support forum › Content Full width layout › Reply To: Content Full width layout
April 13, 2020 at 7:19 am
#186422
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){
body .main-page-wrapper .container:first-child {
max-width:100%;
}
}
Best Regards