Last active
August 29, 2015 14:16
-
-
Save cliffordp/d547f15f4b214621c69f to your computer and use it in GitHub Desktop.
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
| // From http://www.pagelinestheme.com/disable-dms-regions-per-page/ | |
| //body[class*=" template-landing-"]:not(.logged-in) { //do not hide for logged in users | |
| body[class*=" template-landing-"] { //e.g. template-landing-snowremoval | |
| #fixed-top, | |
| .fixed-top-pusher, | |
| header, | |
| footer { | |
| //display:none; // no longer needed now that it is done via functions.php | |
| } | |
| #page section.section-pl_area:last-child { //remove bottom white space from body after last canvas area within template area | |
| margin-bottom: -25px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment