Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Created August 24, 2015 08:07
Show Gist options
  • Select an option

  • Save philipgledhill/ebc19848bd8ca0d6031c to your computer and use it in GitHub Desktop.

Select an option

Save philipgledhill/ebc19848bd8ca0d6031c to your computer and use it in GitHub Desktop.
Grey boxes like homepage of SmallBizPress Dynamik skin
#ez-home-bottom-container .ez-widget-area {
background: #F0F0F0;
border-bottom: 2px solid #C7C7C7;
-webkit-border-radius: 0 20px 20px 20px;
border-radius: 0 20px 20px 20px;
}
#ez-home-bottom-container .widget {
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment