02/17/2015 at 8:41 am
#319691
Keymaster
@ Philip
Yes, it would be possible using some CSS, not sure how good it would look since it was not designed with a columnar layout in mind. Here’s a bit that should bit you on the right path:
#cn-card .cn-list-row-alternate, #cn-card .cn-list-row {
max-width: 50%;
display: inline-block;
}
Of you want to tweak this core template, I suggest reading this QuickTip and this QuickTip on how to do it in an update safe way. use one of the other, which is ever easier for you.
Hope that helps!