Hi there
Please, try to add the following CSS rules to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)
ul.wishlist_table.wishlist_view.mobile{
margin: 0!important;
}
ul.wishlist_table.wishlist_view.mobile li{
list-style: none;
}
ul.wishlist_table.wishlist_view.mobile li .product-thumbnail,
ul.wishlist_table.wishlist_view.mobile li .item-details{
display: block;
min-width: 100%;
}
ul.wishlist_table.wishlist_view.mobile li .product-thumbnail a{
display: block;
text-align: center;
}
ul.wishlist_table.wishlist_view.mobile li .item-details .product-name{
text-align: center;
}
ul.wishlist_table.wishlist_view.mobile li .item-details .item-details-table{
margin-top: 0;
max-width: 150px;
margin: 0 auto;
}
ul.wishlist_table.wishlist_view.mobile li .item-details .item-details-table tr{
background: transparent;
}
This is the final result that I got on your site: screen