Created
August 24, 2016 20:14
-
-
Save anttiviljami/f5117a5687ae4679e79b15781ba5a9db to your computer and use it in GitHub Desktop.
WordPress Adminbar CSS offset
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
.customize-support nav { position: relative; top: 32px; } | |
@media ( max-width: 782px ) { | |
.customize-support nav { position: relative; top: 46px; } | |
} | |
@media ( max-width: 600px ) { | |
.customize-support nav { position: absolute; top: 46px; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment