Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   [SOLVED] Paragraph styling (http://forum.bytesforall.com/showthread.php?t=1569)

timdevogel May 7, 2009 01:31 AM

[SOLVED] Paragraph styling
 
When writing text, the editor allways ads some white after a paragraph. But I'd just like to keep the spacing the same as between all the lines. Where can I adjust this?

Flynn May 7, 2009 01:35 AM

Add at HTML/CSS Inserts -> CSS Inserts

HTML Code:

.post p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}



All times are GMT -6. The time now is 03:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.