How to adjust padding between 2 sections

Hello guys, how can I adjust the padding here? I want the padding to be less.


hey @NikosBat dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution

Hi @NikosBat

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.min.css and add this code at the end of the file

.bogos-discount-view-block {
    margin-top: -10px !important;
}

Result

Best,

DaisyVo

Thanks that has solved my problem!

Thats for desktop views only I guess, thanks