Products In 2 Columns

It depends on the columns amount you use. Try to add to CSS section of the Theme editor

@media screen and (max-width: 480px) {
    .ty-column3, .ty-column4, .ty-column5 {
        width: 50% !important; 
    }  
}