MariaJackson1
9/10/2017 - 4:17 AM

Center the button to it's column

Caldera

/* Center the button to it's column */
.caldera-grid .btn {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
 }