Skip to content

Instantly share code, notes, and snippets.

@ximosa
Created January 24, 2014 17:08
Show Gist options
  • Save ximosa/8601611 to your computer and use it in GitHub Desktop.
Save ximosa/8601611 to your computer and use it in GitHub Desktop.
dynamik
<div class="home-featured"><div class="wrap"><?php echo do_shortcode( '[home_featured_left]' ); ?><?php echo do_shortcode( '[home_featured_right]' ); ?></div></div>
----------css..............
.wrap {
max-width: 1140px;
margin: 0 auto;
overflow: hidden;
}
.home-featured {
background-attachment: fixed;
background-color: #333333;
background-image: url("images/dynabstract.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.home-featured .wrap {
padding: 40px 0 20px;
}
#home_featured_right .widget {
background: rgba(51, 51, 51, 0.95);
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
color: #fff;
padding: 20px 20px 0;
}
.home-featured .widget h4 {
color: #fff;
text-align: center;
margin-bottom: 10px;
}
.home-featured .widget ul li {
color: #fff;
border-bottom: 1px solid #444;
padding-top: 5px;
padding-bottom: 5px;
}
.home-featured .widget ul li:last-child {
border-bottom: none;
}
.home-featured .dynamik-widget-area {
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment