Check here to fix Mobile responsive problem
-
Thanks for this awesome plugin.
The plugin needs some updates to fix some issues.
1) Code below will fix the responsiveness on small devices:
@media (max-width:766px){ .slick-slider{ display: table !important; table-layout: fixed !important; width: 100% !important; } }
Insert the code in your style.css file.
2) If you are having problem to show the full size image, use code below to remove the margin.
.product .images .woocommerce-product-gallery__image:first-child{left:0 !important;}
Insert the code in your style.css file
3) If you want to remove the featured image in the gallery, you need to comment few things in plugin PHP files.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Check here to fix Mobile responsive problem’ is closed to new replies.