Home Forums WoodMart support forum Container max width

Container max width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #655353

    mantsve
    Participant

    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);

    #655370

    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,

Viewing 2 posts - 1 through 2 (of 2 total)