How do i get the columns in the footer equal spaced? If you noticed they’re a little off, pls help: http://www.new.blindchildrenscenter.org/
Hey earth2mac,
Add this to quick css:
#footer .flex_column.av_one_third.first {
width: 40%;
}
#footer .flex_column.av_one_third:nth-child(2) {
width: 38%;
margin-left: 1%;
}
#footer .flex_column.av_one_third:nth-child(3) {
width: 20%;
margin-left: 1%;
}
Best regards,
Jordan Shannon