@momsabhiruchi Please add below css.
.product__info-container .product-form {
margin-top: -62px;
padding-left: 150px;
}
.product__info-container .product-form .shopify-payment-button {
margin-left: -148px;
}
A Shopify store owner customized their “add to cart” button on collection pages using CSS with a negative margin-top value (-140px). This caused the button to partially or completely hide product titles and prices for some items, despite all product images being uniformly sized (800×800).
Initial Solution:
New Problems Emerged:
Current Status:
Note: Some text in the conversation appears reversed/encoded, suggesting potential formatting issues in the original thread.
@momsabhiruchi Please add below css.
.product__info-container .product-form {
margin-top: -62px;
padding-left: 150px;
}
.product__info-container .product-form .shopify-payment-button {
margin-left: -148px;
}