reduce top margin

Hello,

Could someone help to reduce my top margin (it’s already 0) but I have a big space between my section

It’s on the product page: https://hairyous.com/products/ansatzpuder

Hey @elise1

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 help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @elise1

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
#shopify-section-template--22567054508369__image_with_text_mQ9aTn .grid {
margin-top: 40px;
}