StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Want to adjust spacing between the paragraph (http://www.studiopress.com/support/showthread.php?t=6889)

WyffGoaL 03-25-2009 06:03 PM

Want to adjust spacing between the paragraph
 
How can I adjust the spacing between paragraphs? I am only able to adjust the spacing between each line with the below code :

#content {
line-height:20px;
}

Unfortunately, I couldn't find out the spacing code for "paragraph"

Someone please sheds me some green light.

Thanks in advance.

SoZo 03-25-2009 08:18 PM

Re: Want to adjust spacing between the paragraph
 
Look for this and adjsut the bottom margin to suit your needs

.postarea p, #postwide {
padding: 0px 0px 10px 0px;
margin: 0px;
}


All times are GMT -5. The time now is 01:17 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.