WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Service Boxes › Re: Service Boxes
October 1, 2013 at 2:49 pm
#1033
admin
Participant
Thanks for the update,
Here is the CSS code for the Services Box,
padding: 15px 10px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);[/CODE]
Thanks[CODE]padding: 15px 10px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);
box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.15);[/CODE]
Thanks