Last active
December 28, 2015 23:39
-
-
Save shazdeh/7580292 to your computer and use it in GitHub Desktop.
logo between top two menus (Magazine)
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
#headerwrap { | |
background: none; | |
} | |
#header { | |
background: #0e88be; | |
width: auto; | |
margin-top: 180px; /* equal to the height of the logo */ | |
} | |
@media (min-width: 781px) { | |
#sidr { | |
width: 1064px; | |
margin: auto; | |
} | |
} | |
#site-logo { | |
position: absolute; | |
left: 0; | |
top: -180px; /* equal to the height of the logo */ | |
} | |
#header hgroup { | |
float: none; | |
width: 1064px; | |
position: relative; | |
margin: 0 auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment