Hi, I would love to add some padding to the names of products on my page so they aren’t so close together and so the text is closer to being under the actual product pic rather than being so far out to the side. I know it’s lining up with the sides of the image as they all have white sace surrounding them but hoping it’s possible.
Thanks for any assistance! 
Hello @Jac_Lindsay
Its Artzen Technologies! We will be happy to help you today.
PLEASE SEND ME YOUR STORE URL
Let me know if need further assistance
Regards,
Artzen Technologies
Hi @Jac_Lindsay
You can use this code to do that
.collection .card-information { padding: 0 24px !important; }
1 Like
Hello @Jac_Lindsay
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->main.scss.css>Add this code at the bottom.
.card-wrapper .card+.card-information {
padding: 0 35px !important;
}
That’s awesome Dan! A great help as usual. Really appreciate it 
1 Like