Home › Forums › WoodMart support forum › Not working full width (“new”) container with woodmart › Reply To: Not working full width (“new”) container with woodmart
March 16, 2023 at 3:27 pm
#451739
Aizaz Imtiaz Awan
Keymaster
Hello,
Your issue has been solved. I have added the small custom CSS code in the Theme Settings >> Custom CSS >> Global CSS section:
[class*=xts-section-stretch] {
max-width: unset!important;
}
Best Regards.