Okay I figured out how to make it reflect on the main page, but 2) is still not solved.
Thx for the reply.
I changed
.entry p{
margin:5px 5px;
}
to
.entry p{
margin:25px 5px;
}
And that seems to do it. But there are two problems:
1) It does not reflect that on the main page
2) It does that between ALL “paragraphs”. Like in the FAQs page, I want there to be a noticeable margin between each Q/A pair, not between each Q and A.