Skip to content

Instantly share code, notes, and snippets.

@jfonte
Last active January 23, 2019 14:34
Show Gist options
  • Save jfonte/2dd2e1ded53ed5a1892aaa1adafc225a to your computer and use it in GitHub Desktop.
Save jfonte/2dd2e1ded53ed5a1892aaa1adafc225a to your computer and use it in GitHub Desktop.
cross-sell--wrapper mod css
<style type="text/css">
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.xs-mobile-hide{
display:none !important}
}
@media only screen and (min-width: 769px) {
/* For desktop phones: */
.xs-desktop-hide{
display:none !important}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment