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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025