Little update to this, since the upgrade to 2.1 you will need this code instead:
@media (max-width: 600px)
{
.ezcol-one-quarter,
.ezcol-one-half,
.ezcol-three-quarter,
.ezcol-one-third,
.ezcol-two-third,
.ezcol-one-fifth,
.ezcol-two-fifth,
.ezcol-three-fifth,
.ezcol-four-fifth
{
width: 100%;
margin-bottom: 0;
margin-right: 0;
position: relative!important;
}
}
Pat, is there any way this could be added as an option in the plugin? I do hate editing plugin files, as the changes are so easily undone.