Can you reduce homepage board spacing from 40px to 20px in Shopify?

AXBOXING
Visitor
2 0 0

Can anyone help me with a problem of reducing the spacing of the boards in the home page, the actual spacing is 40px and I want to reduce it to 20px. thank you all very much!cd878b3ce958cc7ba4c00ba7b058c5e.png

Replies 3 (3)

LitExtension
Shopify Partner
4860 1001 1132

Hi @AXBOXING,

Please send your site and if your site is password protected, please send me the password. I will check it.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
AXBOXING
Visitor
2 0 0
My website is axboxingshoe.com
No password protection, thank you very much for your reply, thank you!
LitExtension
Shopify Partner
4860 1001 1132

Hi @AXBOXING,

Go to Assets > styles.css and paste this at the bottom of the file:

@media (min-width: 768px){
	.section-spacing {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}
.section-spacing {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify