Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #183279

    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;}
    }

    http://screencast.com/t/ZgJ3JqajB

    #183630

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Cart Page Non Responsive @Media Not applying’ is closed to new replies.