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
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
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,
@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