Division mark - separate widgets for Sparkling theme

Hi

It would be nice to have the default template in some pages as in the following link: http://www.maquelia.com/wp-content/uploads/2015/01/Default.jpg

I’d like to have a gray separation gap between pictures, social links and calendar, just as the main body is separated from the column on the right.

Add this code to Theme Options - Other - Custom CSS. This code will separate widgets while making them look the same way.

.well {
  background-color: transparent;
  padding: 0;
  border: none;
}

#secondary .widget {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #DADADA;
  margin-bottom: 30px;
}