How can I center align a CTA button in my code?

In the blog post, I’ve created a button for a CTA purpose. How to align it to the center?

Here is what it looks like:

This is the code I use:

Thanks!

Hi @Noctis

Please add the following code to your theme.css file:

#shopify-section-article-template > div.rte > form {
    text-align: center;
}

Cheers!

1 Like