Skip to content

Instantly share code, notes, and snippets.

View sakinshrestha's full-sized avatar

Sakin Shrestha sakinshrestha

View GitHub Profile
@sakinshrestha
sakinshrestha / woocommerce-cart-mobile.css
Created January 7, 2016 02:46
WooCommerce Cart Table Responsive for Mobile
/* START Make the WooCommerce Cart Table Responsive for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media screen and (max-width: 600px) {
/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,