Hello,
How can fix the product title and cart button, need to fix with same width:
I want like:
I have now:
Url:https://www.zisthi.com/
pass:Zisthi0206
Hello,
How can fix the product title and cart button, need to fix with same width:
I want like:
I have now:
Url:https://www.zisthi.com/
pass:Zisthi0206
What was your store preview again? Happy to help.
Url:https://www.zisthi.com/
pass:Zisthi0206
On your product page, in your custom CSS, add:
.product-form__buttons {
max-width: 60rem;
}
This will set the maximal width to the same as the title, price and other elements.