Change woodmart-prefooter values
-
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;
}
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.