<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.
For example:
.example {
color: red;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
End of comment */
.product .product-body .product-header{
min-height:40px;
}
.blog .site-content-wrapper{
padding-bottom: 50px;
}
.blog .blog-posts .post{
margin-bottom:0;
}
.single-post .blog-single{
padding-bottom: 50px;
}</style>
<!-- end Simple Custom CSS and JS -->