Home Forums WoodMart support forum Change woodmart-prefooter values

Change woodmart-prefooter values

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

    cristinab
    Participant

    Dear support,

    I can’t find where to change the padding-bottom to 0px (instead of 40) from the .woodmart-prefooter class.

    I can’t do it from the visual composer html block for that, so I kindly ask you to suggest me how to ovverride that rule with padding-bottom: 0px; Thanks

    .woodmart-prefooter {
    padding-bottom: 40px;
    background-color: #FFF;
    }

    #183628

    Hello,

    To Remove the margin bottom. You can try adding the following Custom CSS in the Global Custom CSS area.

    .site-content {
    margin-bottom: 0 !important;
    }

    Best Regards.

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