Hi,
A short question: In Cornerstone I added in a column a button. Now the button is on the left side. How can I place it in the center of the column?
Thanks for any help in advance
Hi There,
Thanks for writing in! Please go to the Customize tab of the button element and assign a class to the button center-btn. Then add the CSS code below to X > Launch > Options > CSS:
.center-btn {display: block; margin: auto; max-width: 250px;}
Hope that helps.
Yes it worked
Thanks alot
You are most welcome!
Thanks