Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Last active January 13, 2016 20:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathaningram/d9c99f078d321f4f8cdd to your computer and use it in GitHub Desktop.
Save nathaningram/d9c99f078d321f4f8cdd to your computer and use it in GitHub Desktop.
Builder Full Width - CSS
/*********************************************
Full Width Awesomeness Webinar
*********************************************/
/* Header Logo and Navigation */
#header-container-wrapper {
position: absolute;
top: 0;
width: 100%;
}
#header-container {
width: 1000px;
margin: 0 auto;
padding-top: 25px;
}
#header-logo img {
height: 100px !important;
width: auto;
}
#header-logo {
width: 300px;
float: left;
}
#menu-palm-menu {
list-style-type: none;
}
#menu-palm-menu li {
display: inline;
margin-right: 25px;
}
#menu-palm-menu li a {
color: #fff;
text-decoration: none;
font-size: 1.25em;
}
/* Full Width Static Background */
#builder-module-55f6fa96182f0-background-wrapper {
background: transparent url(images/shell-bkgd.jpg) center center no-repeat;
background-attachment: fixed;
background-size: cover;
}
#builder-module-55f6fa96182f0-background-wrapper .builder-module-outer-wrapper .builder-module {
background: transparent;
}
.builder-module-last-background-wrapper {
margin: 500px 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment