Fixing bullet points on bio pages with CSS injector

If the bullet points on your bio pages are too crowded around your bio image, use the following code in CSS injector to create more space:
 

article.node ul li { list-style: disc outside none; text-indent:0; margin-left: 40px;}
article.node img, div.view-blog img {
    max-width: 99%;
    margin-right: 20px;
    margin-bottom: 20px;
}

 

If you are unfamiliar with CSS injector, please refer to the main CSS injector help page for details on how to navigate to CSS injector and add a rule.