Home Forums WoodMart support forum 2 columns in vertical Tablet

2 columns in vertical Tablet

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #405428

    Aleks2000
    Participant

    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.
    #405431

    Aleks2000
    Participant

    .

    Attachments:
    You must be logged in to view attached files.
    #405602

    Hello,

    What is the device screen width, please?

    Best Regards

    #405807

    Aleks2000
    Participant

    Hello!

    iPad 9,7
    Width: 1536px,
    Height: 2048px

    Best regards,
    Alex

    #406119

    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

    #406312

    Aleks2000
    Participant

    Hello!
    The problem is solved.

    Thank you!

    #406386

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘2 columns in vertical Tablet’ is closed to new replies.