Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created February 5, 2015 10:15
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 nickdavis/fcf9d8c6c769bd77f146 to your computer and use it in GitHub Desktop.
Save nickdavis/fcf9d8c6c769bd77f146 to your computer and use it in GitHub Desktop.
Align Post Info alongside Entry Title on Home Top Featured widget area of News Pro theme by StudioPress
.home-top .featured-content .entry-header .entry-meta,
.home-top .featured-content .entry-title {
float: left;
}
.home-top .featured-content .entry-title {
padding-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment