Hello,
My home page images (woocommerce) all show different sizes. I have searched the forums but am unable to find a definitive solution for this. I have included a screenshot and url in the private content section.
Thanks in advance.
Theme version: 2.7 WooCommerce version: 2.3.8Hello,
Try to use this code in custom.css file:
img.hide-image {
height: 250px;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Is there anyway to keep them from looking distorted?
Hello,
Try to replace the previous code with this one:
img.hide-image {
height: 180px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.