How to increase spaces between paragraphs for product descriptions? Dawn Theme

Hi! Does anyone know how to increase the spaces between paragraphs for product descriptions? Hoping to increase more spaces between the paragraphs so that there is more differentiation between sections of my product description.

Hi @Verterra ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @Verterra

This is Amelia from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.product__description p:nth-child(1), .product__description p:nth-child(2),

.product__description p:nth-child(3), .product__description p:nth-child(6){

margin-top: 34px !important;

}

Hope that my solution works for you.

Best regards,

Amelia | PageFly

My store URL is: https://verterra.sg/password, password is VerterraTest123

Thank you

Thank you!