Created
July 1, 2017 07:12
-
-
Save mrkdevelopment/e895f3e8b03b10326fb3bf46fb63ab53 to your computer and use it in GitHub Desktop.
Hide back to top on mobile
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
| @media only screen and ( max-width: 651px ) { | |
| .et_pb_scroll_top{ | |
| display:none !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment