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:

Where to add your CSS style code

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.