Space minimize

Hello guys, how can I minimize the space between these sections?

Hi, @NikosBat

Can you please share the store URL so that I can assist you?

HI @NikosBat

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
product-form.product-form {
    margin-top: 10px !important;
}

Here is the result:

I hope this helps

Best,

Daisy

Thanks DaisyVo that solved my problem

Thanks for your answer AnneLuo I appreciate it, I already have found the solution