Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38962

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

$
0
0

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


Viewing all articles
Browse latest Browse all 38962

Trending Articles