Hi Experts,
I am having some issue on the product page of mobile version (maybe in desktop version too but its not noticeable ). In mobile version its got large white spaces in between product images. Please suggest a solution .
Thank you.
Solved! Go to the solution
@TotalAssetINT - add following css to the end of theme.css file and check
@media only screen and (max-width: 749px){
.product-single__thumbnails-item-slide {height: auto;}
.product-single__thumbnails-item-slide {height: auto;}
}
@TotalAssetINT - It will look like this
Hi @suyash1Thanks a lot for taking time to reply me. Its partially solved the problem, but I still having this large space on selected product photo, It even on the desktop version too. That would be great if you can suggest something for it.
@TotalAssetINT I do not see my code on browser which means it might not been applied
@TotalAssetINT - oh I am really sorry, it was my mistake, I gave you wrong code, please remove previous and add this
.product-single__thumbnails-item-slide {height: auto;}
.product-single__media{height: auto;}
This is an accepted solution.
@TotalAssetINT - you applied correctly, I had given you wrong code by mistake, please apply the updated code in previous message. sorry for this trouble.
User | Count |
---|---|
422 | |
208 | |
144 | |
56 | |
42 |