Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active September 1, 2017 12:35
/* 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