Skip to content

Instantly share code, notes, and snippets.

@alecwa
Last active May 1, 2016 21:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecwa/c23a959eb7d4531283d1 to your computer and use it in GitHub Desktop.
Save alecwa/c23a959eb7d4531283d1 to your computer and use it in GitHub Desktop.
Full-width, responsive home page using Dynamik Website Bulider's EZ Static Homepage
.ez-home .site-inner {
max-width: 100%;
padding-bottom: 0 !important; /* Ensures no padding between widgets area and footers responsive design */
}
.ez-home-wrap {
max-width: 1100px; /* Adjust width to suit your theme */
margin: 0 auto;
}
#home-hook-wrap {
padding: 0;
}
.ez-home-container-area {
margin: 0;
padding: 40px 20px 50px 20px; /* Adjust padding to suit your theme */
}
#ez-home-top-container {
background: #7C92A1; /* Change color to suit your theme */
}
#ez-home-middle-container {
background: #426278; /* Change color to suit your theme */
}
#ez-home-bottom-container {
background: #B4C1C9; /* Change color to suit your theme */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment