How can I reduce padding size on Dawn theme product pages?

Hi, I need help lowering the padding size from product photo to thumbnails, title to reviews, and reviews to price. Please see the attachment

mellogoods.com

@mfazio ,

ul#Slider-Gallery-template--14969952862260__main {
    padding: 0;
}
.product__title {
    margin: 0;
}
div#shopify-block-2397e1e5-9923-4c24-8db4-da5faaf1652b {
    margin: 0;
}
div#price-template--14969952862260__main {
    margin: 0 0 11px 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Thank you, there’s still a gap between the title and the reviews. The rest were fine.

@mfazio ,

Apply that css and let me know…

Thank you, there’s still a gap between the title and the reviews. The rest were fine.

@mfazio ,

.product__title {
    margin: 0;
}

Add this

That code was already in the original

@mfazio ,

Add this css too at the bottom.

.product__title {
    margin: 0;
}

Already did. Still the same

@mfazio ,

Please update this..

.product__title {
margin: 0 !important;
}

That worked thank you

@mfazio ,

Welcome.

Please like & accept the solution