This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
I have some product images in the 16:9 aspect ratio, and it’s leaving a lot of vertical space on the catalog image in my website. I have tried resizing it within the theme, but it doesn’t affect the vertical space at all.
You can see my catalog image here (the Peanut butter and yogurt dog treats). Notice all that vertical space:
Hello,
Please add following code into custom.css file.
#products-grid .product-image{
height:130px;
}
.product-image .img-wrapper{
height:auto;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Robert, I implemented the custom css above, but there is still that same gap between the image and text on the home page, the new CSS doesn’t seem to have eliminated that gap.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thanks so much. I have been having issues with product image sizing everywhere…for example, on the ‘Shop’ page, the images are different sizes.
http://naturallysuburban.com/shop/
Same thing goes for the category images here:
http://naturallysuburban.com/product-category/suburban-health-beauty/
Hello,
We’ve made some changes in custom.css file. Please check it now.
If you want the same size images on Shop page you need to upload images with the same size. http://prntscr.com/6335f9
Regards,
Robert Hall.
Robert, what is the recommended image size or aspect ratio?
About image size you can read in our documentation (part – Product Image Sizes):
https://www.8theme.com/demo/docs/blanco/index.html#!/woocommerce_settings
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up