How can I add more space after a created metafield text?

Hello,

I am looking to add padding (maybe margin?) basically more space after a metafield I created with text that says “More Colors Available” in my product grids.

Here is a screenshot with an arrow showing where I am trying to add space to:

Website: https://hucklebabyboutique.myshopify.com/

No password.

Thank you!

@leishnicole

Please add the following CSS code to your assets/base.css bottom of the file.

.product-grid-container .grid__item {margin-bottom: 20px !important;}

Thanks!

1 Like

It worked thank you very much!!

@leishnicole
Hello,

.product-grid-container .grid__item {
	margin-bottom: 30px;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This