Hi guys, how can center the message that pops up after a message is sent via the contact form. Any help is greatly appreciated! A picture is attached for reference. Website: flammashop.com
1 Like
Hi @flammagreg
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “section-contact-form.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h2.form-status.form-status-list.form__message {
justify-content: center;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like