iPad – Issue when rotating from Landscape to Portrait
-
Dear,
Please check the following video. You’ll notice that on iPad, when I switch from landscape to portrait, the pictures of the shop page are not aligned anymore.
Can you check?
Thanks
Hello,
Remove the code I have provided.
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1023px){
body .product-list-item .product-element-top {
-ms-flex: 0 0 500px;
flex: 0 0 500px;
}
}
Best Regards
Which code previously provided are you refering too?
Hello,
This one
body .product-list-item .product-element-top {
-ms-flex: 0 0 500px;
flex: 0 0 500px;
Remove it from tablet and desktop
Best Regards
Working good, thanks
Point closed
The topic ‘iPad – Issue when rotating from Landscape to Portrait’ is closed to new replies.