Skip to content

Instantly share code, notes, and snippets.

@AtrumGeost
Last active December 5, 2017 17:52
Show Gist options
  • Save AtrumGeost/324008c2aaa8403980f79a7a6e56e3f0 to your computer and use it in GitHub Desktop.
Save AtrumGeost/324008c2aaa8403980f79a7a6e56e3f0 to your computer and use it in GitHub Desktop.
/*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