Remove Space Between Featured Collections in Sense Theme

I want to remove that white space tha


t apears between the featured collections, could someone help me out?

Hi @Mismon ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.

@Mismon

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;
 }