Created
February 18, 2015 05:41
-
-
Save jamiemarsland/e9909953b13ddd693cc1 to your computer and use it in GitHub Desktop.
Move the Storefront sale badge below the product picture
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
ul.products li.product .onsale { | |
position: absolute; | |
top: 137px; | |
right: 62px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment