Yea add this code for the space reduction:
.product-my-additional-info {
margin-top: 10px;
margin-bottom: 10px;
}
What metafield are you talking about ‘sous-categorie’ ?
Goal: Show a short text (metafield) under each product title in the Dawn 14.0.0 collection grid after moving the price to the quick add button.
Implementation:
{{ card_product.metafields.custom.product_short_description }}
(replace with your actual metafield key).Common pitfalls and fixes:
Styling (base.css):
Outcome: Both users successfully displayed and styled the metafield; desktop/mobile font sizes and spacing resolved. Discussion concluded with solutions working.
Yea add this code for the space reduction:
.product-my-additional-info {
margin-top: 10px;
margin-bottom: 10px;
}
What metafield are you talking about ‘sous-categorie’ ?