Hi!
I am trying to reduce the spacing between lines of text in my rich text. I have highlighted the area I am trying to reduce. Any help would be greatly appreciated ![]()
site
Thanks!
Hi!
I am trying to reduce the spacing between lines of text in my rich text. I have highlighted the area I am trying to reduce. Any help would be greatly appreciated ![]()
site
Thanks!
Hi @StellarFae
May I suggest to update code these steps:
.rich-text__blocks .rich-text__text.rte p {
margin-bottom: 0!important;
margin-top: 0!important;
}
Hi @StellarFae
May I suggest to update code these steps:
.rich-text__blocks > * + * {
margin-top: 0!important;
}
Thank you! This was also what I needed and fixed it! Bless you!
i have this problem but i dont have this code in my assets file? im on theme SENSE
Hi @afterglowskin ,
For SENSE theme. You can add to assets/section-rich-text.css file.