Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created November 28, 2019 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/fcb8ce18deb7995eae4d652f0da4cd70 to your computer and use it in GitHub Desktop.
Save braddalton/fcb8ce18deb7995eae4d652f0da4cd70 to your computer and use it in GitHub Desktop.
Custom WooCommerce Product Page Archive Template For Genesis - Single Column on Small Screens https://wpsites.net/web-design/custom-woocommerce-product-page-template-for-genesis/#single-column-small-screen-optimization
@media only screen and (max-width: 600px) {
.woocommerce-shop-page ul.products li.product {
width: 100%!important;
float: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment