Okay
  Public Ticket #327089
Responsive Cart page - doesn't 'respond'/display properly
Closed

Comments

  •  1
    Travis started the conversation

    If you go to the site, add an item to your cart, and then view the cart, it shows up as follows on mobile (3 devices checked were iphone 4, 5, and samsung galaxy note iii). Please advise on how to make this display properly! Thank you,

  •  1,071
    ThemeNectar replied

    Hey,

    add this into the custom css box located in your Salient Options panel: 

    @media only screen and (max-width: 690px) {
    .woocommerce .product-subtotal {
    	    display: none!important;
    	} 
    }
    
  •  1
    Travis replied

    Thanks - it worked, but now the coupon code and update cart intersect each other :/. Any fix for that?

    Thanks again,

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .woocommerce-page .shop_table.cart input.button {
        margin: 0px !important;
    }
    Thanks 


    ThemeNectar Support Team 

  •  1
    Travis replied

    Great thank you! Have a great day Tahir!