07/08/2014 at 2:55 pm
#296432
Keymaster
@ Jessica
The width, height and background color of the cn-entry class are controlled by the shortcode options I linked to in my previous reply. The for the width and height of the image. The floated div, that is coded into the template, card.php file. To override that, you have two options, create an override file for card.php as explained in this QuickTip or to use CSS:
#cn-tile-plus .cn-entry div:first-child {
float: none !important;
margin: 0 !important;
}
Hope that helps clear it up better.
