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

    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/

    #1102579

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.