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!