Addning space between text lines

Hi @sonia-rondon ,

You can try the following steps:

Step 1: Go to Online store > Theme > Edit code > Search base.css or theme.css

Step 2: Insert the below code at the end of the file , and you can fix value of line height, that you want. Then save the file, check on your storefront

p {
    line-height: 20px; 
}

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!