Yes this was an issue in the latest update, apologies. The fix for now is adding this css:
@media only screen and (max-width: 767px) {
.fancy-tabbed-style .page-heading .heading-text, .post-type-archive-product .fancy-tabbed-style .page-heading .heading-text {
left: 0;
}
}
Will be included in the next update.
– Ed