In this rules below, try to adjust the width of both. On the screen of the computer usualy the 2 widths combine don’t go over the 96% of width because of the margins. Do a couple tests of changing that width values. try 48% for each to see how it goes.
@media print {
.woocommerce div.product div.images {
width: 80%;
}
}
@media print {
.woocommerce div.product div.summary {
width: 80%;
margin-bottom: 0px;
}
}
-Rui