how to arrange the bullet list items in vertical [closed]

This should do the trick:

.entry-content li {
clear: both;
list-style-type:circle !important;
float: left;
}