All things Shopify and commerce
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
This is an accepted solution.
<style>
@media screen and (min-width: 768px) {
.product-form__buttons {
width: 25rem;
}
}
</style>
hey @Ecomowner dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution
This is an accepted solution.
<style>
@media screen and (min-width: 768px) {
.product-form__buttons {
width: 25rem;
}
}
</style>
hey @Ecomowner dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution