How can I lessen the space by reducing padding?

Hi

How can i reduce this space?

Thank you…

Hi @abhi13 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
#shopify-section-template--15632306208993__16449149536bd79697 .vertical-breather {
    padding-top: 0 !important;
}
#shopify-section-template--15632306208993__1643397678ecb5f5b9 .section {
    margin-bottom: 10px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.