Hey team
I was trying to align my content to the bottom on this page
I added this css
.blue-benefits-content {
position:absolute;
bottom:0;
}
But, when I apply it to the four columns they all align left. I tried a few variations on alignments, but with no luck. Presently the blue-benefits-content class is not active. Can you tell me what I need to add to that code to keep the four column structure, but with each element flush with the blue footer bar?
Cheers