Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How can we chalk up our shopping cart button next to the number select?
We use warehouse 2.0 theme
Thanks in advance,
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Epdmland.nl is the url
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.product-form__payment-container {
position: absolute;
top: 62%;
left: 42%;
}
.product-form__add-button.button.button--primary {
width: 100%!important;
}
On mobile is doesn't work. Also on desktop, depends on your screen size.....