02/04/2013 at 7:59 pm
#250742
Keymaster
@ Kevin Free
To do what you want, some good old fashioned CSS will do. If the theme has a custom CSS area, add the following to it.
div.cn-image-none {
display: none !important;
}
div.cn-entry div.cn-left {
display: none !important;
}
div.cn-entry div.cn-right {
float: none !important;
width: auto !important;
}
Hope that helps!