ok, progress. I found my way to http://zcadditions.com/3/

There I found your footer menu columns are floating left controlled by the stylesheet, responsive.css

I added

[class*="col"] {
float: left;
margin-left: 5px;
}

to my stylesheet_flexible_footer_menu.css and that allowed the columns to line up 4 to the row. Off to play and hopefully that's all that was needed. Thanks for this module and other modules and templates you make available :-)