On our product page https://satthwa.com/collections/popular-collection/products/hair-growth-serum
I would like to place the “Buy Now” button next to the quantity selector and preferably make them both the same height. This way the button is full width next to the quantity and saves space also.
1 Like
@rocketdigital , go to main.min.css and add the following code :
.single-product-content .cart.nt_full {
display: flex !important;
align-items: center;
}
.add_to_cart_button {
margin-top:0 !important;
}
Result:
I can’t do this in Taste theme, because I don’t have that main.min.css file. How to do the same display in Taste theme?
Thanks, regards!