You can try add this code below to bottom of section-main-product.css
.product__title {
position: initial !important;
}
A user seeks to reposition the product name and reviews below the product image on their Dawn theme collection page.
Initial Solution Attempt:
</body> tag in theme.liquid fileSuccessful Fix:
.product__title { position: initial !important; }New Issue:
Status: The responder indicates the spacing issue has been fixed, though specific solution details for the gap reduction weren’t provided in the conversation.
You can try add this code below to bottom of section-main-product.css
.product__title {
position: initial !important;
}