Posts

Showing posts from July, 2014

The Perfect Responsive FREE eCommerce Solution - Revisited

This is a follow up to my previous post on the perfect responsive ecommerce solution, which you can find here:  http://thebaretta.blogspot.com.au/2014/06/the-perfect-responsive-free-ecommerce.html You can add the Code below to fix up any slight issues that I've found in the Responsive Solution from the previous post. Fixes include: Shopping Cart goes off the screen on Mobile Add padding around Website Logo Products span full width of site instead of being limited by the standard code. ------------------------------------------------ /* CUSTOM CODE */ mark { background-color: transparent; font-weight: bold;} /* START Make the cart table responsive */ /* http://css-tricks.com/responsive-data-tables/ */ @media only screen and (max-width: 480px) { /* 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, .woo