Hello,
I have added this to the css of the button but it still will not center in the column. I have used align text center. This button is in a column in a row.
Thank you
Hello,
I have added this to the css of the button but it still will not center in the column. I have used align text center. This button is in a column in a row.
Thank you
Hi There,
Thank you for writing in, please inspect your Columns where the button is placed, then set the Text Align option of that button to center.
If that did not work, please add this to the Button’s Element CSS area
$el.x-anchor {
min-width: 150px;
display: block;
margin-left: auto;
margin-right: auto;
}
Feel free to adjust the min-width: 150px; where you see it fits.
Hope that helps,
Cheers!
Thanks! That worked
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.