How do I space out my products on desktop and MOBILE. I would like more space on top of each product . It is currently very close together - I have attached a photo of the desktop, it is also close on mobile. I would like a code for this section only. If I go to adjust the layout on Customisation it spaces out my collection images.
1 Like
Hey @noborumelb can you please share the site url here?
Thanks
hello, my URL is https://www.noborujdm.com/
Hey @noborumelb please add the below css into “base.css” file.
.collection .grid{
row-gap:30px !important;
}
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.collection .grid{
row-gap:40px !important;
}