Created
September 8, 2015 08:36
-
-
Save philipgledhill/f4271984f515fb529ce9 to your computer and use it in GitHub Desktop.
Make Dynamik EZ-Home page Full Width
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
| /** Put this in Dynamik Custom CSS | |
| ------------------------------------ */ | |
| #ez-home-top-container { | |
| background: #1FFF4B; | |
| } | |
| #ez-home-middle-container { | |
| background: #FF4B1F; | |
| } | |
| #ez-home-bottom-container { | |
| background: #2954FF; | |
| } | |
| .ez-home .site-inner{ | |
| max-width: 100% | |
| padding-bottom: 0 !important; | |
| } | |
| .ez-home-wrap { | |
| max-width: 1100px; | |
| margin:0 auto; | |
| } | |
| #home-hook-wrap { | |
| padding:0; | |
| } | |
| .ez-home-container-area { | |
| margin: 0; | |
| padding: 40px 20px 50px 20px; | |
| } | |
| /** Put this in the largest media query | |
| ------------------------------------------- */ | |
| #ez-home-top-container { | |
| background: #1FFF4B; | |
| } | |
| #ez-home-middle-container { | |
| background: #FF4B1F; | |
| } | |
| #ez-home-bottom-container { | |
| background: #2954FF; | |
| } | |
| .ez-home .site-inner{ | |
| // max-width: 100% | |
| padding-bottom: 0 !important; | |
| } | |
| .ez-home-wrap { | |
| // max-width: 1100px; | |
| margin:0 auto; | |
| } | |
| #home-hook-wrap { | |
| padding:0; | |
| } | |
| .ez-home-container-area { | |
| margin: 0; | |
| padding: 40px 20px 50px 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment