Hey guys. I need the layout changed a bit on the single-product page.
The featured image/gallery pics column is way too large. This has been addressed and fixed in the past with the following code inserted on Desktop custom CSS:
.col-lg-4.col-md-5.col-sm-12.product-images {
width: 28% !important;
}
But it no longer works since the update.
Ideas?