Rich Text Help

Rich Text Help

ellacoker
Shopify Partner
272 1 65

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

Screenshot 2025-03-21 at 19.22.05.png

Replies 4 (4)

Huptech-Web
Shopify Partner
1169 234 264

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:

 

HuptechWeb_3-1742552308854.png

 

Desktop:

HuptechWeb_4-1742552338399.png

 

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
ellacoker
Shopify Partner
272 1 65

Thank you very much, where do I put this? In the specific section CSS or base.css? Or somewhere else?

Huptech-Web
Shopify Partner
1169 234 264

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.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
ellacoker
Shopify Partner
272 1 65

Screenshot 2025-03-22 at 09.36.22.png

 

It says that it doesnt appear to be used in section?