Skip to content

Instantly share code, notes, and snippets.

View nsikakowo's full-sized avatar

nsikak owo nsikakowo

View GitHub Profile
@nsikakowo
nsikakowo / woocommerce.css
Created October 19, 2019 14:17 — forked from catchthemes/woocommerce.css
Make the WooCommerce Cart Table Responsive for Mobile Devices
/* 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,