I’m trying to replicate the “buttons” row (the items just below the picture that read Contribute Now, Get Email Updates, etc.) in this site: http://alisonforkentucky.com
I created a four-column row with text and background colors, but don’t know how to make the whole block clickable. I also tried adding buttons to each column, but don’t know how to make the buttons the full size of the column and row.
I would suggest to create a parent div of 100% wide and x px hight, position - relative. put inside 4 link blocks, give them a 25% width and 100% hight. now you can design the link blocks with your desire content
I don’t see how columns would work in your example, so I’ll stick to your suggestion without columns. However, columns would solve for mobile responsiveness better, correct?