Skip to content

Instantly share code, notes, and snippets.

@rali14
Created August 22, 2015 15:40
Show Gist options
  • Select an option

  • Save rali14/0b65088c170e86184b72 to your computer and use it in GitHub Desktop.

Select an option

Save rali14/0b65088c170e86184b72 to your computer and use it in GitHub Desktop.
Make single listing page full width with 1 column (Listify)
.single_job_listing #main {
width: 100%;
}
.single_job_listing #secondary {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment