Home Forums WoodMart support forum How to disable the container

How to disable the container

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

    opalamarchuk.01
    Participant

    How to disable the container on the page, what to remove the side padding https://mattytales.com/maintenance

    #707439

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .page-id-30220 .wd-content-layout,
    .page-id-30220 .container,
    .page-id-30220 .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    Best Regards,

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