Hi please help I’m using dawn theme I would like to remove the space between the product title & product price to get them closer to each other.@ketanKumar
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
https://thesavvycollectiv.myshopify.com/collections/all-dresses
Thank you for your prompt reply here’s the link to my store.
1 Like
thanks please add this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating) {
margin-top: 0 !important;
}
.card__information {
padding-top: 10px !important;
padding-bottom: 5px !important;
}
