Spacing Between Paragraphs (p)

Great theme - I love it!

I would like to change the spacing between paragraphs. This works well by using the Chrome Developer tools, but when I am trying to make the real change in the CSS, I can’t find this line.

I have attached a screenshot of where I made the changes, but I can’t find this part in the actual CSS.

Can anyone offer advice?

Thanks!

Hi @mariokemptner,

I hope you are well today and thank you for your question.

You can change the spacing between paragraphs by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Apperance -> Customize -> Sparkling Options -> Other -> Custom CSS

body p {
  margin: 0 0 22px;
}

Best Regards,
Movin