01/25/2016 at 9:38 am
#362348
Keymaster
@ jabbergirl
The issue is not likely the z-index but rather the float and the height that is being applied to the containing div. Perhaps something like this would work better:
#cn-cmap div.cn-list-section-head {
display:none !important;
}
#cn-cmap div.cn-list-row,
#cn-cmap div.cn-list-row-alternate {
display:inline-block;
margin-right: 10px;
margin-bottom: 25px;
min-height: 400px;
width: 48%;
vertical-align: top;
}
#cn-cmap div#cn-list-foot {
clear:both;
}
