I decided to get the “easy column” plug in it works great and can be made to respond to mobile and tablet devices with this code:
@media (max-width: 600px) {
.wpcol-one-third {
position: relative!important;
}
.wpcol-one-third {
float: none!important;
width: auto!important;
}
}