Just add this class to your button, or modify one of its existing classes (thanks @crispaor, it can indeed be risky to simply override .aligncenter):
.my-centered-class {
display: flex;
justify-content: center;
}
-
This reply was modified 3 years, 10 months ago by ashtonmv.
-
This reply was modified 3 years, 10 months ago by ashtonmv.