Hey there Caleb,
How are you doing today!
You should be able to achieve this with some custom CSS. To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.five.columns {
background-color: #fff;
box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
}
.sidebar {
padding: 12px 14px 0px 24px;
}
I’ve also added same box shadow on your sidebar as that you have on the content area so it looks the same, hope you don’t mind. This should be the result http://screencast.com/t/fGaYHl6ncs.
Hope this helps 🙂
Best regards,
Bojan
your amazing! thank you so much