Hi,
The BP-Social Theme is not formatting the page and content lists correctly, the un-ordered list (bullets) I have managed by finding a bullet image and creating a custom.css file and adding the following:
#custom .post-content ul li, #custom .post-content ol ul li
{
background: transparent url(../images/ContentBullets.png) no-repeat !important;
background-repeat:no-repeat;
padding-left:13px;
}
But I cannot work out how to get the ordered list (numbered) to display?
ordered list problem:
http://taggeriffic.com/blog/2008/09/17/an-ordered-list-post/
un-ordered list fixed (bullets):
David
David