How to vary paragraph spacing?

Hi there,

I thought the paragraph spacing on my website was too tight, so I sought to create more space. I’ve taken a look around the BB forum and cobbled together a basic solution using this code:

body p {
padding-bottom: 10px;
}

The trouble is that it then created too much spacing in my icons module, between the title and the body text. Is there something I can do to limit the spacing on that specific module, but maintain the spacing for the rest of my pages?

Thanks for any help!

Hey Matt,

Yes, you’ll need to add some CSS specificity to that to target specific elements. You can use the inspector to find those pretty easily, but let us know if you need assistance there. If so, we’ll need a link to the site or page in question. Thanks!

Best,
Billy