Home › Forums › WoodMart support forum › Website Layout Looked Differently In Differently Tablets › Reply To: Website Layout Looked Differently In Differently Tablets
October 26, 2021 at 7:59 am
#327594
Bogdan Donovan
Keymaster
Hello,
Try to add the following custom CSS code to the Global Custom CSS area in theme settings to place your product page layout in one column on vertical iPad Pro 11”.
@media (max-width: 850px) {
.product-image-summary-inner > .col-lg-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
Kind Regards