Hi, is there a way to add a gap in between each product without messing with the gap of any other pages ?
Thanks
Hi, is there a way to add a gap in between each product without messing with the gap of any other pages ?
Thanks
Hello @2mn ,
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
Hi [email removed]2mn,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media(max-width:767px){
#product-grid{
column-gap: 16px !important;
}
.grid--2-col-tablet-down .grid__item {
width: calc(50% - 8px - var(--grid-mobile-horizontal-spacing) / 2) !important;
}
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Please share your site URL,
I will check out the issue and provide you a solution here.
Not working
Hello @2mn ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @2mn
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
:root {
--grid-mobile-horizontal-spacing: 16px;
}