Hi I want to love product block up 10-15px my site is https://vazluxe.com/products/brunello-cucinelli-shearling-frosty-effect-coat-242026dca000006-c7186?pr_prod_strat=collection_fallback&pr_rec_id=554d2f287&pr_rec_pid=9668524966195&pr_ref_pid=9669068652851&pr_seq=uniform
How to Add This to Shopify Dawn Theme:
- Go to Shopify Admin → Online Store → Themes.
- Click “Customize” on your Dawn theme.
- In the theme editor, go to “Theme settings” (bottom left).
- Scroll down and click “Custom CSS”.
- Paste the above CSS code and save changes.
Alternative (Edit Theme CSS Directly):
- Go to “Online Store” → “Themes”.
- Click “Actions” → “Edit code”.
- Open base.css inside the assets folder.
- Paste the CSS at the bottom and Save.
@media only screen and (max-width: 750px) {
.product__meta {
padding-top: 0px;
}
}
