Center action button

HI
How can I center this action button to the text?
Thanks

Hi @milkshake,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.cfa .col-sm-8, .cfa .col-sm-4 {
    width: 100%;
}

Best Regards,
Movin

Hi @Movin

Thank you for your support.
Any way i then can add little space between the text and the button?
Se the picture thank you.

Yes you can add the space between them using the following CSS code.

.cfa .col-sm-8 {
    margin-bottom: 20px;
}