08/13/2013 at 11:42 am
#267093
Keymaster
@ Jack
This should work with any template, add the following to the end of the theme’s style.css file:
#cn-list span.cn-image {
width: auto !important;
height: auto !important;
}
#cn-list span.cn-image img.photo {
width: 100% !important;
height: auto !important;
}
I don’t really consider this truly responsive, but it satisfied a couple other users.