Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save philipgledhill/f4271984f515fb529ce9 to your computer and use it in GitHub Desktop.

Select an option

Save philipgledhill/f4271984f515fb529ce9 to your computer and use it in GitHub Desktop.
Make Dynamik EZ-Home page Full Width
/** 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