2 columns in vertical Tablet
-
Hello!
When I look at the shop page and single product page on my Ipad the page consists of one section upright.
If I take a look at Gamestop Page it shows me 2 sections.
How to make corrections so that there are 2 sections on the tablet in a vertical and horizontal position?
I also send images.
Best regards,
Alex
Attachments:
You must be
logged in to view attached files.
.
Attachments:
You must be
logged in to view attached files.
Hello,
What is the device screen width, please?
Best Regards
Hello!
iPad 9,7
Width: 1536px,
Height: 2048px
Best regards,
Alex
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 767px) {
.product-image-summary-inner > .col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
Best Regards
Hello!
The problem is solved.
Thank you!
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘2 columns in vertical Tablet’ is closed to new replies.