Skip to content

Instantly share code, notes, and snippets.

@jimmyk69
Created May 19, 2017 16:35
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 jimmyk69/8c8592628c4598ffefcb4cbb5ca998fd to your computer and use it in GitHub Desktop.
Save jimmyk69/8c8592628c4598ffefcb4cbb5ca998fd to your computer and use it in GitHub Desktop.
*** at first increase the wrapper width ***
.wrap {
max-width: 1145px;
padding-left: 3em;
padding-right: 3em;
}
*** 2nd — increase left side content section width ***
#primary {
width: 70% !important;
}
*** 3rd — decrease right sidebar width ***
.has-sidebar #secondary {
width: 26% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment