Increase padding or margin around this rich text only

I’d like to increase the padding or margin around this text top and bottm for this rich text block only on the homepage. Please help!

https://lunanectar.com/

You could try adding this code to the bottom of theme.min.css

.grid__item.large--five-sixths.push--large--one-twelfth.homepage-featured-rich-text {
  margin-top:20px;
  margin-bottom:20px;
}

thanks that worked! also for the mobile version is it possible to decrease line spacing between the heading and add margin to the left and right? thank you!

@ln3635 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

40px = left/right padding
130% = text line height (the higher the value, the greater the gap)

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego

unfortunately it didnt work, any other solutions? thanks

@ln3635

The code is working, but perhaps it didn’t yield the result you were expecting it to. What exactly are you trying to achieve?