This topic has 4 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
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?
Hello,
I’ve added this code in custom css for desktop. Please check.
.col-lg-6.col-md-6.col-sm-12.product-images{
width: 28% !important;
}
Regards,
Robert Hall
So I guess the column sizes had to be changed for some reason on this go around? For whatever reason, it works now. Thanks Robert!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Re-Sizing Featured Image’' has been successfully resolved, and the topic is now closed for further responses