I noticed a couple of people were asking why the drop shadow wasn’t showing up at the bottom of the slider (Genesis responsive). I accidentally discovered why it wasn’t showing: The slide-shadow.png was not included in the Legacy stylesheet. I added it to slider. wrap. Just thought I’d share my solution. 🙂
background-image: url(images/slide-shadow.png);
background-position: center bottom;
background-repeat: no-repeat;
margin: 0 auto;
padding: 30px 0 5px !important;
width: 1140px;