Tagged: mobile view, woocommerce
Hello Support Team
I have a poblem with the short codes on mobile view on https://www.atcarolines.ch/look-evelyne/
If it switch to mobile view the producton images switch to a very big imagea
ipad vew = nomal https://www.dropbox.com/s/9o9f7zcykyfo4lp/Screenshot%202016-11-29%2015.41.36.png?dl=0
mobile view = https://www.dropbox.com/s/2pumgdihaowrucv/Screenshot%202016-11-29%2015.43.28.png?dl=0
What did i wrong?
All the best, Pascal
Hmmm, no anser……..
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 479px) {
.responsive #top #main .products .product {
width: auto!important;
}}
Best regards,
Yigit
Hi Yigit
1000 Thanks, works great.
All the best, Pascal