11/30/2015 at 1:04 pm
#356594
Keymaster
@ Scott
Try adding the following css to the theme’s custom CSS area:
#cn-gridder .vcard span {
display: block;
}
#cn-gridder .cn-gridder-thumb {
height: auto !important;
}
#cn-gridder .cn-gridder-overlay {
position: relative;
left: 0;
bottom: 0;
z-index: 1;
min-height: 100px;
float: left;
}
I think that’ll be pretty close to what you want. Depending on the CSS file load order, you might have to add !important after each style declaration.
Hope that helps!
