This topic has 8 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi,
On my single product page, my image,
whether it’s a single image or a slideshow, doesn’t go to 100% width
for mobile sizes, like it does on your demo.
https://tavlinsky.co.il/en/product/cumin/
How do I fix this?
Also, on shop pages, how can I make the images, and not just the titles, link to product pages?
https://tavlinsky.co.il/en/shop/
Thanks
Hello,
Add the following code in Theme Options > Styling > Custom CSS
@media only screen and (max-width: 992px){
.single-product-wide .product-images{
width:100%;
}
}
We’ll also fix it in next theme update.
Regards
my big image thumb nail is display image on my single product page
Hello Damilare,
Your request is a bit unclear. Describe it in more detail, please. It would be better to submit a new topic – https://www.8theme.com/forums/xstore-wordpress-support-forum/ and provide URL of your product page.
Regards
Thank you for your prompt response, writing to notify about the Image display on my single product page. below is the link to my site:
https://moltenheights.co.uk/product/inflatable-paddling-pool/
Hello, @Damilare
Please, create your own topic next time.
1) I see that you use Woolentor plugin and it causes issue with the single product. So go to plugin settings and disable WooCommerce template for the single product.
2) Add the below code to Theme Options > Custom CSS
.single-product-wide .carousel-area, .single-product-wide .product-images img {
width: auto;
}
Regards
Thank you
Hello @Damilare
You’re welcome!
Regards
Tagged: image, responsive, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up