Spacing between blocks in collage

I want to add some spacing between the large left block and the smaller right blocks. Can I do it in the sections page or theme settings, or do I have to edit the code?

This is Noah from PageFly - Shopify Page Builder App

I can help you. Please can you provide the website url. Thank you.

Best regards,

Noah | PageFly

website is seuke.com and website password is seukuk

Hi @fabianronzani please add code here to file theme.liquid and above tab :


Thank you!

1 Like

Hi @fabianronzani ,

I have reviewed your requirement, you just need to add spacing between the columns in the .collage class and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin β†’ Online store β†’ Theme > Edit code

![view (25).png|400x195](upload://9Zprxk8Bzg7mZ9rpnzS3VZSMgGs.png)

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

.collage {
    grid-column-gap: 5% !important;
}

Step 3: Save your code and reload this page.

The result:

![view.png|1212x926](upload://e1Yv4cR14TI27Zw3bF9cbdCq3fF.jpeg)

I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.

Have a nice day sir!

1 Like