Adding “spaces” Between Paragraphs
Idea came from Picker who saved me from inputting too many line breaks
So the first thing that I did when I got my site was type a post. I couldn’t contain my excitement so I typed away. But surprisingly the spaces that I made when I pressed the button “Enter” was not showing! Why oh why oh why?
So I decided to use manual <br> for the line breaks or sometimes the <p> %nbsp </p> but it was just too tedious especially when you have a lot of paragraphs. So wordpress newbies like me, I give you THE ultimate code! *bwahaha sounds*
Now all you have to do guys is to access your style.css of your currnet theme using your ftp manager and insert this ANYWHERE
p{
padding-bottom:7px;
}
And there you go! Instant spaces as long as you hit enter. I have mine with 10px but you can adjust it to your liking. Thanks for reading Tiff’s WordPress Tutorials












