Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active September 1, 2017 12:35
Show Gist options
  • Save robhob/cf24be9a6c9aeb82ac44f2c20029bbca to your computer and use it in GitHub Desktop.
Save robhob/cf24be9a6c9aeb82ac44f2c20029bbca to your computer and use it in GitHub Desktop.
/* Center the button to it's column */
.caldera-grid .btn {
display: block !important;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment