How to center a button within a col?

Like this?

The way I usually do it:

  • Make the button a fixed width. By default, it’s auto, which will cause headaches.
  • Make the button position absolute.
  • Use the auto-left/right shortcut for margin (it’s now centered horizontally)
  • Change the top position to 50% (it’s now almost centered vertically)
  • Change the vertical transition to -50%

Here is the link: https://preview.webflow.com/preview/centered?preview=ac8f372aeaded5f93fd9f3e0b3dfa8ab

HTH.

-Dave

1 Like