Home › Forums › WoodMart support forum › Container max width Container max width This topic has 1 reply, 2 voices, and was last updated 9 hours, 44 minutes ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 19, 2025 at 10:15 am #655353 mantsveParticipant Hi where i could change this width ? .container, .container-fluid { width: 100%; max-width: var(–wd-container-w); padding-inline: 15px; margin-inline: auto; } I need to set new max width. max-width: var(–wd-container-w); April 19, 2025 at 1:11 pm #655370 Aizaz Imtiaz AwanKeymaster Hello, To change the width, you need to use this Custom CSS. Replace 1440px with whatever new width you want. .container, .container-fluid { max-width: 1440px !important; } If you have any questions, feel free to contact us. Best Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register