How do i get text to line break or paragraph break? no matter what i do in html or in wysiwyg can i get this to work - example here - http://uuphost.org/oldwestbury/
i'm guess its in the themes css, but can't find it.
thank you in advance.
How do i get text to line break or paragraph break? no matter what i do in html or in wysiwyg can i get this to work - example here - http://uuphost.org/oldwestbury/
i'm guess its in the themes css, but can't find it.
thank you in advance.
In your theme's style.css file:
.post .postcontent p
{
...
margin-bottom: 0;
Try making that margin-bottom 1 em or something other than zero.
This topic has been closed to new replies.