How can I center the success message on my webpage?

Hi guys,

I would like to make the success message center. I would appreciate your help.

Thank you!

URL: https://basicbastard.co/pages/contact

Hi @basicbastardco ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

Your section-contact-form.css file should have a style that looks like this, just add justify-content: center to it:

.contact .form__message {
    align-items: flex-start;
    justify-content: center;
}

Use this CSS then your thankyou page will Fix

.contact .form__message {
display: block;
text-align: center;
}

Thank you for your help! One more question, how can I make the done svg and the text cantered?

Can you give me link then i will give you proper solution