Home Forums WoodMart support forum Footer Space between colums Reply To: Footer Space between colums

#75586

Hello,

This code will add more spaces between footer columns:

.footer-column {
    margin-bottom: 30px;
    padding: 0 5%;
}

You can increase or decrease the padding, add this code to the Theme Settings > Custom CSS

Best Regards