All things Shopify and commerce
Hello,
What is the code to centre my contact form button on mobile only?
Thank you.
URL: https://www.livwithin.com.au/pages/contact
PW: pewpog
Solved! Go to the solution
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
Best,
DaisyVo
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
Best,
DaisyVo
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.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025