Last active
December 5, 2017 17:52
-
-
Save AtrumGeost/324008c2aaa8403980f79a7a6e56e3f0 to your computer and use it in GitHub Desktop.
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
/*To change website's logo position*/ | |
.custom-logo-link img { | |
display: inline-block; | |
max-height: 100px; | |
width: auto; | |
position: relative; | |
top: -700px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment