Anyone who knows why only Facebook displayed in the footee segment (not the socket, just above at widget area 2)
I think I removed some Quick CSS that fixed this, but I cant figure out which.
The page is http://www.bio-works.com
I found the solution. The missing code was:
.widget .social_bookmarks li {
clear: none !important;
}