And here is the status of the product page now:
/* Image thumbnail display */
@media only screen and (min-width: 768px)
.woocommerce div.product div.images {
width: 60%;
}
/* Product description */
@media only screen and (min-width: 768px)
(index):173
.woocommerce div.product div.summary {
width: 38%;
}
But why is it that the production description / summary is below the slider which is suppose to be beside or right side the Product Thumbnail. Did I miss something wrong? Need your assistance on this matter. Thank you.
Respectfully,
Billy