Shopify themes, liquid, logos, and UX
Hey guys, I want to adjust the payment buttons on mobile.
I’d like to stack them vertically:
Currently, the layout is adapted based on how I’ve set it up for the desktop, but I want to leave the desktop version as it is. On mobile, I want the buttons to be stacked vertically and almost the full width of the screen.
Here’s how it looks on my store right now:
And here’s how I want it to look:
My store URL: https://1049xn-ya.myshopify.com/
And here’s a store where it looks the way I want: https://tomnoske.store/ (check it out on mobile; the desktop version is the same as mine)
I ONLY WANT THIS ON MOBILE!
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
I hope this answer will be helpful to you.
Please follow the following instructions:
1. Go to Shopify > Theme > Customize: https://prnt.sc/Lc3MCyXpW8zw
2. Copy and paste this code on Theme settings > Custom CSS section: https://prnt.sc/pmYP1ElPwdh7
@media (max-width: 768px) {
.product-form__buttons {
flex-direction: column !important;
}
.product-form__buttons .shopify-payment-button, .product-form__buttons .product-form__submit {
width: 100% !important;
}
}
Here is the result.
Best,
Liz - Avada Support Team.
This is an accepted solution.
Hi @CreatorTim
I hope this answer will be helpful to you.
Please follow the following instructions:
1. Go to Shopify > Theme > Customize: https://prnt.sc/Lc3MCyXpW8zw
2. Copy and paste this code on Theme settings > Custom CSS section: https://prnt.sc/pmYP1ElPwdh7
@media (max-width: 768px) {
.product-form__buttons {
flex-direction: column !important;
}
.product-form__buttons .shopify-payment-button, .product-form__buttons .product-form__submit {
width: 100% !important;
}
}
Here is the result.
Best,
Liz - Avada Support Team.
Thank you! WORKS
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024