Home Forums Basel support forum iphone 6s cart page is not 100% width but is moving out of the screen

iphone 6s cart page is not 100% width but is moving out of the screen

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9176

    ecb21
    Participant

    Hi there,

    I have a staging environment to tesst the theme and noticed that on the iphone SE and iphone 6S the cart page table where the product info is shown is not at 100% width.

    Can you check what is wrong here by adding a product to the cart and checking the cart page.

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

    ecb21
    Participant

    oh and please check it on a mobile. the responsive mode on the mac shows it correct but on a real iphone 6s it is not correct.

    #9182

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    Try to use this code snippet to decrease font sizes and spaces for some elements in the table to make it fit the space better.

    .shop_table td.product-name a {
        font-size:12px;
    }
    .shop_table td.product-quantity,
    .shop_table td.product-quantity .quantity input[type=number] {
        width:45px;
    }
    .woocommerce .shop_table.cart td {
        padding: 20px 2px;
    }

    Regards

Tagged: 

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