helloo,
Is there a way to reduce the spacing between the product title and price? pic attached for reference.
URL:
pass:
test!!
helloo,
Is there a way to reduce the spacing between the product title and price? pic attached for reference.
URL:
pass:
test!!
Hi @vvyan ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
.product__info-container>*+* {
margin-top: 0.5rem !important;
}
.product__text.caption-with-letter-spacing+.product__title {
margin-bottom: 0 !important;
}