What is the best way to center a link inside a 3 column layout?

How do you center a link inside a 3 column layout? I have a 3 column layout which has a the following in it each column. Each of these items are centered, except for the link as I cannot seem to center it and playing with the padding and margin is possible, but each link has different sized text so then each link ends up having its on class. Seems like the manual way of using margin and padding to center isn’t correct.

icon
heading
subheading
link

What I am after is something like on the bottom of this page https://eligibleapi.com/

Hi @jgervin, the easiest way to do this is as follows:

  1. Add a Basic Block and set the text align of the block to “center”
  2. Drag the link into that block.

So your new structure would look like this:

icon 
heading 
subheading 
block(centered)
  link
2 Likes

Well that was easy. Thank you!