Hello, I have multiple Product Images for each item. On Mobile Devices it shows all images available to swipe across to. But on Desktop View it only Displays 1 of the Multiple Images.
Can someone help me to show more of the Product Images on Desktop View. See Below
Click Here For The Website
Thank You
Hi @LucianoFashion
To show the images as you want, You can try follow this path:
Themes => edit code => asset => theme–critical.css
and add this code to bottom of the file theme–critical.css
.product-page--center .product-media--wrapper .modal--root{
display: none!important;
}
.product-page--center .product-media--wrapper .product-page--carousel {
display: block!important;
}
Worked, Perfect.
One more question: How do I have the Image to the Left Side of Desktop then Product information on the Right of Desktop Screen?
Hi @LucianoFashion
You can try to use this code:
.product-page--left-column {
order: 2;}
The code worked and images are now on the Left… But the images have shrunk in size dramatically. See Screenshot.
I think this code will resolve the problem
@media only screen and (min-width: 1280px){
.product-page--wrapper {
grid-template-columns: 1fr 1fr;
}
.product-page--left-column {
order: 2;}
}
Again…The code worked and images are now on the Left… But the images have shrunk in size dramatically. See Screenshot above
Hi @LucianoFashion
I think you can give me the access, then I can check and help you fix the problem.
If you agree with that, please send me an email