Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Last active December 28, 2015 23:39
Show Gist options
  • Save shazdeh/7580292 to your computer and use it in GitHub Desktop.
Save shazdeh/7580292 to your computer and use it in GitHub Desktop.
logo between top two menus (Magazine)
#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