I’m going nuts trying to figure out how to center the purple text link “buttons” on this page:
I’ve tried all the usual tricks: margin: 0 auto, etc. but with the design being responsive and it only being contained in a
, I’m at a loss. Any tips would be appreciated.
Apply this CSS to those links, for a start.
Had to put !important on the margin, probably to override another rule somewhere else. You can change that width to whatever you’d like, as well.