This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi,
We are running this shop: https://www.rubyshop.nl/
On mobile the featured images (MEEST VERKOCHT) are images displayed really long (height)
Seems they are not responsive.
How can we resolve this for mobile?
Thanks
Hello,
Please add this code in custom.css file.
@media (max-width: 480px){
img.hide-image {
height: 200px;
}
}
Regards,
Robert Hall.
Tagged: best selling, display, featured items, homepage, mobile, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up