Hi there ,
Is there any way to change the box height and width of add to cart and buy it now to be same as quantity box .So that all three box look the same height and width in a line . Can someone please assist me with this issue .
Thank You!!
Hi there ,
Is there any way to change the box height and width of add to cart and buy it now to be same as quantity box .So that all three box look the same height and width in a line . Can someone please assist me with this issue .
Thank You!!
Please add this code at the bottom of your base.css file
.product-form__quantity .quantity { height: 48px !important; }
Hi ,
I want to reduce the height of add to cart and buy it now button same as the quantity box . I am not able to do it.
Please use this code
.product-form__buttons .button--secondary,
.shopify-payment-button__button { height: 40px !important; }
.shopify-payment-button__button { padding: auto !important; }
@media (min-width: 948px) {
.shopify-payment-button { margin-top: -56px !important; }
}
Hi @jnud21 ,
Result:
Follow these Steps:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka