Skip to content

Instantly share code, notes, and snippets.

@ravenberg
Last active May 7, 2016 09:36
Show Gist options
  • Save ravenberg/46c7eb54b2a327f8c99c3b0e3256df6f to your computer and use it in GitHub Desktop.
Save ravenberg/46c7eb54b2a327f8c99c3b0e3256df6f to your computer and use it in GitHub Desktop.
/* Ugly fix to remove list float
-----------------------------------------------------------*/
@media screen and (max-width: 550px) {
.products .thumbnail-container {
margin-bottom: 0px !important;
}
.woocommerce ul.products li.product{
float: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment