12/09/2014 at 9:24 am
#312178
Keymaster
@ Jason
That cn-clear class in the section head was originally part of the Connections code, not the template. It needed to be removed to better support other templates so the examples sites are possible just still on an older version of Connections.
To fix the issue that you’re having, add the following CSS to the custom CSS you added for the section head:
#cn-slim-plus .cn-list-section-head {
clear: both;
}
That should fix it up.
-
This reply was modified 8 years, 9 months ago by
Steven Zahm. Reason: Pasted wrong CSS, fixed