03/27/2013 at 9:54 am
#255284
Keymaster
@ steven515
You have one small typo. at the very of of the theme’s style.css file you end with a double bracket, remove the second one. You need to add one more style now. This should fix the floating on your theme:
div.entry.clear div { clear: none !important; }
div.entry.clear div.connections-list { clear: none !important; }
#cn-cmap form.cn-form { clear: none !important; }
