Plz halp :) Adding Space before and after graphs
-
How can I add space between paragraphs on this site? I’ve tried various things, but can’t see why the .p tag isn’t working. I noticed that all of the post elements are div tags… I’m v v new to html and CSS so I’m sure I’m just missing something silly. Plz halp :)
The blog I need help with is: (visible only to logged in users)
-
I think this will give you what you need:
http://en.support.wordpress.com/advanced-html/#extra-line-breaks
Let me know if you’re looking for something else!
-
I just added this to the CSS
.site-content p {
margin-top: 2em;
margin-bottom: 2em;
}Part of my issue related to the content not updating immediately. I had to go back to old posts and re-select the text and paragraph option in order for the changes to appear.
-
Oh great! It’s possible in some of your older posts, not all of your paragraphs ended up in separate paragraph tags. You can fix this as you noted.
Let me know if I can help with anything else!
- The topic ‘Plz halp :) Adding Space before and after graphs’ is closed to new replies.