Skip to content

Instantly share code, notes, and snippets.

@jdelia
Last active August 29, 2015 14:19
Show Gist options
  • Save jdelia/ce0b977d467f19502a45 to your computer and use it in GitHub Desktop.
Save jdelia/ce0b977d467f19502a45 to your computer and use it in GitHub Desktop.
Fix for AgentPress Featured Listings on Winning Agent Pro
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-listings .featured-listings .entry {
float: left;
margin-bottom: 0;
margin-right: 60px;
min-height: 140px;
text-align: center;
width: 340px;
}
.home-listings .featured-listings .entry {
min-height: 240px;
}
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-listings .featured-listings .entry {
float: left;
margin-bottom: 0;
margin-right: 60px;
min-height: 140px;
text-align: center;
width: 340px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment