Hi Mike,
Try to place the code below to style.css file of your Child Theme (or Appearance>Customize Additional CSS):
@media only screen and (max-width: 1040px) {
/* switching the sidebar to the top */
.woocommerce-page .container .main-container{display: table !important;}
.woocommerce-page .col-md-8.col-lg-8 {display:table-footer-group !important; float: none !important;}
.woocommerce-page .col-md-4.col-lg-4 {display:table-header-group !important; float: none !important;}
}
Best regards,
John