Skip to content

Instantly share code, notes, and snippets.

@grappler
Last active December 10, 2015 12:49
Show Gist options
  • Save grappler/4436847 to your computer and use it in GitHub Desktop.
Save grappler/4436847 to your computer and use it in GitHub Desktop.
CSS needed for fixed width Responsive with Responsive opt out plugin
/* =Fixed Width
-------------------------------------------------------------- */
.fixed-width #container,
.fixed-width #footer {
width: 960px!important;
}
.fixed-width .grid,
.fixed-width .grid-right,
.fixed-width .menu ul,
.fixed-width .menu li,
.fixed-width .top-menu,
.fixed-width .footer-menu li,
.fixed-width .sub-header-menu li {
float: left!important;
}
.fixed-width #logo {
float: left!important;
}
.fixed-width .tinynav {
display: none!important;
}
.fixed-width .menu {
display: block!important;
}
.fixed-width #featured p {
font-size: 18px!important;
line-height: 27px!important;
}
.fixed-width .featured-title {
font-size: 60px!important;
}
.fixed-width .featured-subtitle {
font-size: 2.250em!important;
}
.fixed-width .call-to-action a.button {
font-size: 24px!important;
padding: 15px 35px!important;
}
.top-widget {
float: right!important;
}
.fixed-width .top-widget area,
.fixed-width .top-widget select,
.fixed-width .top-widget textarea,
.fixed-width .top-widget input[type="text"],
.fixed-width .top-widget input[type="password"] {
width: auto!important;
}
.fixed-width .widget-title,
.fixed-width .widget-title-home h3 {
font-size: 24px!important;
height: 23px!important;
line-height: 23px!important;
text-align: left!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment