As you can see my shopify store (ckdmotors.pk) product first image is showing incorrectly remaining images are ok,
Everything was fine then suddenly this happens, maybe due to installing some seo booster apps or idk.
Can someone help me to resolve this issue?
- Here is the solution for you @Sufyank
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press βSaveβ to save it.
@media only screen and (min-width: 600px) {
.productView-image.fit-unset .productView-img-container img:not(.zoomImg) {
width: 500px !important;
height: 500px !important;
}
}
- Here is the result you will achieve:
- Please press βLikeβ and mark it as βSolutionβ if you find it helpful. Thank you.
1 Like
i have tried, it is working on desktop view but not on the mobile view
@media only screen and (max-width: 600px) {
.productView-image.fit-unset .productView-img-container img:not(.zoomImg) {
width: 350px !important;
height: 350px !important;
}
}
you can try add more code
Still not working on mobile view