All things Shopify and commerce
Hello, More a general question. I would like to get line breaks between each of my points in the Rich Text Section, but there is no option to space down... does anyone know a way around this?
Thank you.
URL: https://www.samiyaskincare.com.au/?_ab=0&_fd=0&_sc=1
Hi @ellacoker
To add line breaks between each of my points in the Rich Text, you can use the CSS code below
Desktop:
<style>
.rich-text__text.rte.scroll-trigger.animate--slide-in p:not(:last-child) {
padding-bottom: 15px;
}
</style>
If you want to do it on mobile use this code
<style>
@media only screen and (max-width: 767px){ .rich-text__text.rte.scroll-trigger.animate--slide-in p:not(:last-child) {
padding-bottom: 15px;
} }
</style>
Mobile:
Desktop:
Thank you very much, where do I put this? In the specific section CSS or base.css? Or somewhere else?
Hi @ellacoker
You can put this on base.css.
If the solution presented meets your needs and effectively addresses your query, I encourage you to accept it as the chosen answer. This will acknowledge your support and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.
It says that it doesnt appear to be used in section?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025