Home Forums WoodMart support forum Boxed layout width

Boxed layout width

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

    Stanley Black
    Participant

    Hello,

    How to change boxed layout width, now is set on 1200px.

    Kind reards

    #56552

    Hello,

    Please add this CSS to Theme Settings > Custom CSS > Global

    @media (min-width: 1200px) {
    body.wrapper-boxed .website-wrapper,
    body.wrapper-boxed .woodmart-search-full-screen {
        max-width: 1360px;
    }
    .wrapper-boxed .header-overlap, .wrapper-boxed .header-sticky-real, .wrapper-boxed .main-nav .menu-item-design-full-width .sub-menu-dropdown, .wrapper-boxed .sticky-header, .wrapper-boxed .whb-main-header, .wrapper-boxed .whb-secondary-menu .menu-item-design-full-width .sub-menu-dropdown, .wrapper-boxed.sticky-footer-on .footer-container {
        max-width: 1360px!important;
    }
    .wrapper-boxed .container, .wrapper-boxed .woodmart-google-map-content-wrap {
        max-width: 1320px!important;
    }
    }

    Best Regards

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