12/28/2013 at 1:44 pm
#276108
Keymaster
@ rediar
Add this to the theme’s style.css
file, at the end. Or alternatively the theme’s custom CSS area if it has one:
#cn-list {
margin: 0 auto;
display: table;
}
.cn-list-row-alternate, .cn-list-row {
display: inline-block;
}
That should do it.