How do I center "send" button on "contact us" page?

Solved

How do I center "send" button on "contact us" page?

ampador
Excursionist
22 0 4

Hello, 

I am wondering how I am able to center the "send button" at the bottom of the "contact us" page. Currently, it is located on bottom left, but I would like to center it. 

 

I have included a photo for reference. If there is any code or assistance that can support me in this issue, it would be greatly appreciated. 

 

Thank you!

Screenshot 2024-04-15 at 1.57.07 AM.png

Accepted Solution (1)
PageFly-Noah
Shopify Partner
1317 233 272

This is an accepted solution.

Hi @ampador  Please add code here in file theme.liquid and above tag </head>:

 

 

<style>
.contact__button{
  text-align: center !important;
}
</style>

 

 

 

Screen Shot 2024-04-15 at 16.26.14.png

 

Thank you so much !

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

PageFly-Noah
Shopify Partner
1317 233 272

 

This is Noah from PageFly - Shopify Page Builder App

I can help you. Please can you provide the website url. Thank you.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

ampador
Excursionist
22 0 4

Website url is : www.ampador.com

ampador
Excursionist
22 0 4

password: Ampador2020!

PageFly-Noah
Shopify Partner
1317 233 272

This is an accepted solution.

Hi @ampador  Please add code here in file theme.liquid and above tag </head>:

 

 

<style>
.contact__button{
  text-align: center !important;
}
</style>

 

 

 

Screen Shot 2024-04-15 at 16.26.14.png

 

Thank you so much !

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

ampador
Excursionist
22 0 4

Thank you very much! It worked!

PageFly-Noah
Shopify Partner
1317 233 272

Thank you ! have a nice day.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.