Centre contact form button

Solved

Centre contact form button

ellacoker
Shopify Partner
274 1 66

Hello,

What is the code to centre my contact form button on mobile only?

Thank you.

Screenshot 2025-03-20 at 11.56.53.png

URL: https://www.livwithin.com.au/pages/contact

PW: pewpog

Accepted Solution (1)

DaisyVo
Shopify Partner
4387 486 579

This is an accepted solution.

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.contact__button {
    display: flex !important;
    justify-content: center !important;
}

 

Result 

DaisyVo_0-1742436880590.png

 

Best,

DaisyVo

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4387 486 579

This is an accepted solution.

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.contact__button {
    display: flex !important;
    justify-content: center !important;
}

 

Result 

DaisyVo_0-1742436880590.png

 

Best,

DaisyVo

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

Hi @ellacoker 

You can add this code to make it center

@media (max-width: 749px) {
#shopify-section-template--19130582958322__contact_form_KyJdGn .contact__button {
    text-align: center;
}
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.