How can I reduce vertical space to less than 4px in Dawn theme?

Solved

How can I reduce vertical space to less than 4px in Dawn theme?

bob48
Tourist
4 0 1

I want to reduce the vertical space of the grid to less than 4px. I would appreciate it if there is any solution. I use dawn theme

Accepted Solution (1)

PageFly-Kate
Shopify Partner
1373 375 428

This is an accepted solution.

Hi @bob48 

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


Hope this will help you

Please let me know if it works by giving it a Like or marking it as a solution!


Unlock the secrets to a record-breaking BFCM with PageFly and Canva


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)


➜ Weekly updated Shopify tutorials on YouTube


All features are available from the Free plan. Live Chat Support is available 24/7.


View solution in original post

Replies 2 (2)

PageFly-Kate
Shopify Partner
1373 375 428

This is an accepted solution.

Hi @bob48 

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


Hope this will help you

Please let me know if it works by giving it a Like or marking it as a solution!


Unlock the secrets to a record-breaking BFCM with PageFly and Canva


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)


➜ Weekly updated Shopify tutorials on YouTube


All features are available from the Free plan. Live Chat Support is available 24/7.


bob48
Tourist
4 0 1

Thank a lot Kate, it's worked