Add spacing to Collection List images
This code customization will add spacing around your collection images when using the Collection list section on the homepage:
Original theme default without customization:
Mobile comparison:
HOW TO
To add spacing to the Collection list images, use the following CSS code:
/* -- Start Broadcast override code for Collection list image spacing -- */ .collection-item { padding: 20px; } /* - end - */
Save the file:
Where do I add the code?
Use this link to learn where exactly to add this code snippet: