How to reduce vertical space on grid to lower than 4px?

Hey I’m new and I’m stuck at trying to lower grid vertical space.

Is there any way how I could lower my grid vertical space to 0 px, also im using ride theme just in case you need to know that.

Thanks in advance.

Hi @pewika ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code

Step 2: Asset->/base.css->paste below code at the bottom of the file:

.grid{
  row-gap: 0 !important
}

Hope this will help you