Add a divider between widgets

Home Divi Code Snippet Library 'Divi Sidebar' Snippets Add a divider between widgets....

To add a divider between widgets:

#sidebar .et_pb_widget { 
border-bottom: 1px solid #ddd; 
padding-bottom: 20px; 
margin-bottom: 20px; 
} 
#sidebar .et_pb_widget:last-of-type { 
border-bottom:0; 
}