I have made several changes in the site so updating is not an option for me. i tried adding the code below but it doesnt seem to reflect
`@media only screen and (max-width:320px) {
.shop_table.cart td { max-width:286px;}
div table.shop_table td {width:47px !important;}
td.actions .coupon {width:200px !important;}
.responsive table.shop_table th {width:47px !important;}
}
Hi warrentkachuk!
Please try this:
@media only screen and (max-width: 400px) {
div table.shop_table td {
padding: 6px 6px;
vertical-align: middle;
width: auto;
display: block;
float: left;
min-height: 60px;
}
.actions {
width: 300px !important;
display: block;
}
}
Best regards,
Ismael