Skip to content

Instantly share code, notes, and snippets.

@ejntaylor
Created July 3, 2015 10:07
Show Gist options
  • Save ejntaylor/c0fd032b4a182f8e0c79 to your computer and use it in GitHub Desktop.
Save ejntaylor/c0fd032b4a182f8e0c79 to your computer and use it in GitHub Desktop.
WooCommerce Tax Toggle Mobile CSS
/* 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