Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active January 20, 2018 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/6e26f20b1e2ebcfa61b12bf4b7837464 to your computer and use it in GitHub Desktop.
Save braddalton/6e26f20b1e2ebcfa61b12bf4b7837464 to your computer and use it in GitHub Desktop.
Altitude Pro Custom Page Template Like Home Make Section One 3 Columns https://wpsites.net/web-design/using-the-altitude-pro-themes-front-page-as-a-custom-page-template/
'before' => '<div id="front-page-1" class="front-page-1"><div class="image-section"><div class="widget-columns widget-area"><div class="wrap">',
.widget-columns {
padding-bottom: 60px;
padding-top: 100px;
}
.widget-columns .widget {
float: left;
display: inline-block;
margin: 0 0 40px 3%;
width: 30%;
}
@media only screen and (max-width: 1140px) {
.widget-columns .widget {
float: none;
display: block;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment