Skip to content

Instantly share code, notes, and snippets.

View paospkk's full-sized avatar

paospkk paospkk

  • 12:39 (UTC -12:00)
View GitHub Profile
@protorob
protorob / cart.php
Created October 29, 2019 17:26
Artomultiplo's Generatepress Cart Mods (cart.php)
<?php
/**
* Cart Page
*
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cart.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
@catchthemes
catchthemes / woocommerce.css
Created September 22, 2014 14:06
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,