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
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
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:
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
