How to narrow down the gap above the product on collection page?

Hello,

can someone tell me how to narrow down the gaps above the products on collection page? I highlighted them in the following picture.

Thank you!

Kim

1 Like

Hi @KimGottwald

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Thanks!

There is only one problem: The gap on the top between header and the first product is still too big, is there a way to also fix this?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > timber.scss.css and paste this at the bottom of the file:
@media screen and (max-width: 992px){
main.main-content {
padding: 0!important;
}
}

Hi @KimGottwald Yes i think i also give a solution on another post.

Thank you