Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active March 16, 2017 05:26
Show Gist options
  • Save robhob/6165b7fd910ac9d36c1257d92317b48c to your computer and use it in GitHub Desktop.
Save robhob/6165b7fd910ac9d36c1257d92317b48c to your computer and use it in GitHub Desktop.
/* Increase width of vertical navigation */
@media (min-width: 981px) {
.et_vertical_nav #page-container #main-header{
width:18%;
}
.et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
margin-left:18% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment