How to center the contact form button in Dawn theme?

Solved

How to center the contact form button in Dawn theme?

CellarWall
Tourist
11 0 2

Hello, I am looking to be able to centre the Contact form button in the screenshot. I am using the Dawn theme.

 

CellarWall_0-1666683532357.png

 

I do not know what code to change.

 

Thanks

Accepted Solution (1)

Cedcommerce
Shopify Partner
718 77 116

This is an accepted solution.

Hello @CellarWall,

 

To resolve this issue add the below-provided code to your theme:-

 

Follow the below steps to do the same.

 

Go to your Shopify admin > sales channels > online stores

Select your theme > edit code > open base.css in the assets folder and the below in the last.

Save the changes.

 

/* For align btn to center */

.contact__button{

 text-align: center;

}

 

Hope it works for you, please let us know if you need any further help. 

 

Regards, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here

View solution in original post

Reply 1 (1)

Cedcommerce
Shopify Partner
718 77 116

This is an accepted solution.

Hello @CellarWall,

 

To resolve this issue add the below-provided code to your theme:-

 

Follow the below steps to do the same.

 

Go to your Shopify admin > sales channels > online stores

Select your theme > edit code > open base.css in the assets folder and the below in the last.

Save the changes.

 

/* For align btn to center */

.contact__button{

 text-align: center;

}

 

Hope it works for you, please let us know if you need any further help. 

 

Regards, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here