Skip to content

Instantly share code, notes, and snippets.

@cdils
Last active December 10, 2015 02:48
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 cdils/4370205 to your computer and use it in GitHub Desktop.
Save cdils/4370205 to your computer and use it in GitHub Desktop.
From a tutorial for the Associate Theme from StudioPress: http://www.carriedils.com/customize-the-homepage-for-the-associate-theme/1090
/* Featured - original code
------------------------------------------------------------ */
.featured {
margin: 0 auto;
height: 430px;
padding: 0 0 25px;
width: 910px;
}
/* Add this next part in */
.featured-left {
float:left;
width:670px;
}
.featured-right {
float:right;
width: 220px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment