I want to remove that white space tha
t apears between the featured collections, could someone help me out?
I want to remove that white space tha
Hi @Mismon ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Step 1: Go to online store → Edit code
Step 2: Fine base.css
Step 3: Paste bellow code bottom of the file
.collection {
padding: 0px !important;
}