How to adjust the padding of a section

Hello guys, how can I adjust the padding here?

Hey @NikosBat

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hey there @NikosBat I recommend you check out this short but helpful video here https://m.youtube.com/watch?v=bKnyx_I33zQ and follow the steps shown

Hello @NikosBat

Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

div#shopify-block-ATTltczlPVXozOG40Z__qikify_bogo_freegift_volume_offer_n7niXi {
margin-top: 0rem !important;
}​

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thanks Moeed that has solved my problem!

Thanks Bundler-Manuel.

Thanks Rahul_dhiman that has helped me!