Hey, thanks for the kind words. Happy to help!
1) Add this to your custom css box:
#containerfooter .col-md-4 {
padding-left: 80px;
}
2 and 3) This should work:
#containerfooter .menu li a {
max-width: 260px;
margin-left: -25px;
background: #999;
}
Hannah