That was only an example. We cannot provide the complete code for customization. However, try this code once
@media only screen and (max-width: 540px) {
.woocommerce .related ul li.product {
width: 100% !important;
clear: none;
}
}
Hope this will help you.