What is the link for the first screenshot?
2nd screenshot, the best you can do is with this custom css:
@media (max-width: 479px) {
#order_review table.shop_table th, #order_review table.shop_table td {
display: block;
}
#order_review table.shop_table td.product-name {
display: block;
width: 100%;
}
#order_review table.shop_table tbody th, #order_review table.shop_table tbody td {
display: block;
width: 100%;
}
}
– Ed