Your CSS in missing the media query? (see screenshot)
Like I said in a previous post it should be:
@media only screen and (min-width: 769px) {
/* IMAGE AREA */
.woocommerce div.product div.images {
width: 69%;
}
/* DETAILS AREA */
.woocommerce div.product div.summary {
width: 28%;
}
}
– Kyle