Could use some help figuring out how to remove the unwanted whitespace caused by clearing the float (specifically after the tabs). Any suggestions on how to fix this issue?
Take a look at the code snippet below (jsfiddle):
/* Clearfix */
.clearfix:after {
visibility: hidden;
display: block;
content: " ";
height: 0;
font-size: 0;
clear: both;
white-space: nowrap;
}