Having issues with featured product images. The images are clear but it is very hard to see the product designs on both mobile and desktop. They are just too tiny. I am using large sizes and have tried many different options posted in other discussions. The product image sizes do not change.
Hello @ffrequencies ,
You can try to follow these steps:
- Go to Online Store → Themes → Actions → Edit code
- Go to Assets folder → base.css file → add this following code at the bottom of page
.featured-product-image-class {
width: desired-width;
height: auto;
}
- Save and preview
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
1 Like
Hi thank you for your response! It appears its not the actual card itself but the image. The designs on the shirts are tiny. Will this solution also help with that?