Skip to content

Instantly share code, notes, and snippets.

@zombiecslover
Created April 22, 2015 17:35
Show Gist options
  • Save zombiecslover/98be647c2e95dce4a6ba to your computer and use it in GitHub Desktop.
Save zombiecslover/98be647c2e95dce4a6ba to your computer and use it in GitHub Desktop.
new
body {
margin-top: 80px;
}
#banner-wrapper {
display: block !important;
}
#navigation-top { position: fixed; top: 0; left: 0; z-index: 5; }
#main-navigation {
float: right; margin-top: 25px
}
#banner-wrapper {
float: left !important;
}
#sqs-social {
float: left !important;
}
/* mobile opened */
@media only screen and (min-height: 550px) and (min-width: 300px) {
#banner-area #banner {
padding-left: 106px;
top:-347px;
}
}
@media only screen and (max-width: 640px) {
body.banner-content-empty.page-thumbnail-as-banner #banner-area {
height: 300px;
}
body {
margin-top: 0;
}
#banner-area #banner-wrapper {
width: 100%;
margin-right: 0;
}
#banner-area #banner-wrapper img#banner {
max-width: 60px;
top: -60px;
padding-left: 0;
}
.sqs-mobile-nav-open #banner-area #banner-wrapper img#banner {
top: -390px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment