Home Forums WoodMart support forum iPad – Issue when rotating from Landscape to Portrait

iPad – Issue when rotating from Landscape to Portrait

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #117485

    Jeriss Cloud Center
    Participant

    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

    #117574

    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

    #117629

    Jeriss Cloud Center
    Participant

    Which code previously provided are you refering too?

    #117651

    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

    #117728

    Jeriss Cloud Center
    Participant

    Working good, thanks
    Point closed

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘iPad – Issue when rotating from Landscape to Portrait’ is closed to new replies.