Dawn theme how to remove spacing between product title and price

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

@thesavvycollect

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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

@thesavvycollect

thanks please add this code

  1. Go to Online Store->Theme->Edit code
  2. 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;
}