i found an answer to make my 1/3rd columns responsive.. place this code in "easy column's" css stylesheet:
@media (max-width: 600px) {
.wpcol-one-third {
position: relative!important;
}
.wpcol-one-third {
float: none!important;
width: auto!important;
}
}