Created
August 22, 2015 15:40
-
-
Save rali14/0b65088c170e86184b72 to your computer and use it in GitHub Desktop.
Make single listing page full width with 1 column (Listify)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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