Paragraph spacing is so big.. how can I adjust it?
-
The paragraph spacing of my post is so big. I tried writing my post in windows live writer. In the live writer, the spacing looks like 1.5 spacing. But when I published it, the spacing turned to double-spaced. how can I adjust it to single-space? thanks!
The blog I need help with is: (visible only to logged in users)
-
The only way to change it once and for all is by modifying the CSS which requires the Custom Design Upgrade.
You can do it a paragraph at a time in the HTML editor, but it requires you to add code to each and every paragraph.
-
-
Put this at the beginning of each paragraph and adjust the em value (1.5em is what paragraph spacing was originally)
<p style="margin-bottom: 0.5em;">and put this at the end of each paragraph
</p>
- The topic ‘Paragraph spacing is so big.. how can I adjust it?’ is closed to new replies.