I want to remove that white space tha
t apears between the featured collections, could someone help me out?
A user seeks to eliminate white space appearing between featured collections in the Shopify Sense theme.
Two solutions were provided:
Solution 1 (GemPages):
</body> tag in theme.liquidSolution 2 (infoatcodelab7):
.collection with padding: 0px !important; at the bottom of the fileBoth approaches use CSS modifications to remove spacing. The discussion includes screenshots demonstrating the spacing issue, though the exact CSS syntax appears garbled in the original posts.
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;
}