Dear Support,
1. Your “Products List” is not displaying correctly at the bottom of a custom woocommerce shop page i am testing.
2. Also, how can I override the default woocommerce shop (archive) page with my own custom shop page?
Please, help
Regards,
Emin
Hey emin!
1.) Product list is working fine for me, only the title is sometimes too long in our case. You could try to adjust font size for it using this code:
.av-catalogue-title.av-cart-update-title {
font-size: 13px;
}
2.) Please ask WooCommerce Support about this.
Let us know when you have any more questions directly related to the theme.
Best regards,
Andy
Dear Andy,
1. While, I will try adjusting the font size and revert back to you, this is a restriction and definitely not a permanent solution to this issue. Your theme should be able to wrap a text that is too long or treat long texts in a special way.
2. OK
Regards,
Emin
Dear Andy,
I applied your CSS code and there is no more text overlap for now.
The problem now is that the product list images are too small and the title/excerpt of each product occupy a much larger space that the image.
Please, is there any way to style your product list so that the images will be bigger and its display will be better than it is now in my custom shop page?
Regards,
Emin
Hi!
If you’re referring to the size of the thumbnail that is being used in the product item, you can set the size on Woocommerce > Settings > Products > Display > Product Images panel. Adjust the thumbnail size then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael