Last active
May 7, 2016 09:36
-
-
Save ravenberg/46c7eb54b2a327f8c99c3b0e3256df6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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