Skip to content

Instantly share code, notes, and snippets.

@woogist
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogist/9496581 to your computer and use it in GitHub Desktop.
Save woogist/9496581 to your computer and use it in GitHub Desktop.
Canvas v5.5.5+ menu right
/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
/* Desktop styles go below this line */
#header {
float: left !important;
max-width: 20%;
position: absolute !important;
}
#navigation {
max-width: 70%;
float: right !important;
top: 2.5em;
margin-bottom: 5em !important;
}
.breadcrumbs {
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment