Created
July 3, 2015 10:07
-
-
Save ejntaylor/c0fd032b4a182f8e0c79 to your computer and use it in GitHub Desktop.
WooCommerce Tax Toggle Mobile CSS
This file contains 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
/* Portrait and Landscape */ | |
@media only screen | |
and (min-device-width: 320px) | |
and (max-device-width: 480px) | |
and (-webkit-min-device-pixel-ratio: 2) { | |
#wcvat-toggle { | |
position: fixed; | |
bottom: 0; | |
top: inherit; | |
width: 100%; | |
text-align: center; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment