Here is the code that we are using which may or may not work for you depending on your column width.
PHP Code:#bestsellers .wrapper {
margin: 0em 0em 0em 0.2em;
font-size: 0.9em;
}
#bestsellers ol {
margin-left: 0.7em;
}
#bestsellers li {
margin-left: 5px;
padding-top: 5px;
margin: 0em 0em 1.0em 0em;
clear: both;
}
.bestsellersBorder {
border-bottom: 1px dotted Silver;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 4px;
}


Reply With Quote

