How to make space under collection sections smaller in Origin theme?

Looking to have the space as referenced in the screenshot below smaller.

https://prnt.sc/jydWUOBQdKlI

Bottom and top padding are already at the lowest setting on the collection section editor, looking to make the two collections closer.

Thank you very much.

Hello @Trapesthetics ,

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi @Trapesthetics,

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){
:root{
--grid-mobile-vertical-spacing:10px !important
}
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly