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!
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;
}
@ln3635 ,
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- 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
The code is working, but perhaps it didn’t yield the result you were expecting it to. What exactly are you trying to achieve?

