How can I reduce the space between paragraphs on every page ? Questions › Category: Free WordPress Theme ClubFitness › How can I reduce the space between paragraphs on every page ? 0 Vote Up Vote Down Philippe asked 5 years ago Hi there, Is there a simple way to reduce the space between paragraphs on every text page (margin top) ? Cheers. 1 Answers 0 Vote Up Vote Down thewpclub Staff answered 5 years ago Hello, To reduce the space between the paragraphs you can add this code to your css. p {margin-bottom: 5px;} The 5px you can edit in the ammount you like.