How to minimize padding?

Hello friends, how can I minimize the padding in this section? top and bottom.

Hello @NikosBat

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.collection__title.title-wrapper{ margin-bottom: 0 !important; } ul#Slider-template--22328067621196__featured_collection_46dN39, .collection__title.title-wrapper.title-wrapper--no-top-margin h2{ margin: 0 !important; } .section-template--22328067621196__featured_collection_46dN39-padding{ padding-bottom: 5px !important; }

RESULT:

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Hello Tech_Coding, thank you that has solved my problem