Thanks for your solution. Unfortunately it doesn’t work for me. I tried this code. Do you might be make any adjustments?
=================================
@media( max-width: 767px ) {
.woocommerce.post-type-archive .module-small-shop .container {
display: table;
}
.woocommerce.post-type-archive .module-small-shop .container .shop-with-sidebar {
display: table-footer-group;
}
}
.module-small-shop .woocommerce-breadcrumb {
margin-bottom: .1em;
}