How can I reduce padding between product blocks in Dawn theme?

Hello, I been trying for hours to fix this problem, does anyone know how I can close this gap in between product information blocks, to have no padding or less padding on between blocks? (Dawn theme)

@GemPages @PageFly-Victor @KetanKumar @oscprofessional

Hi [email removed]Hovik,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file section-main-product.css,

Step 3: Paste the below code at bottom of the file → Save

@media(max-width:767px){

.product__info-container>+, .product .price .badge, .product .price__container{

margin:0 !important

}

}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly