Решение проблемы:
Please add the below css code in additional css section of the customizer (wp-admin => appearance => customize => additonal css ) to fix the issue.
@media only screen and (max-width: 600px) {
.up-sells.products ul li{
width: calc(50% — 10px) !important;
margin-right: 0px !important;
}
}`