Add breaks to the side bar and have images fill side bar

Hey can you tell me how to add breaks to the side bar so its not all one long white column. Also how to make images fit the entire sidebar. Thanks.

my site:
https://www.incomethatspassive.com

Perfect example of what i want:

Good morning

try this css:

.well {
background-color: #f2f2f2;
padding: 0px;
border: 1px solid #f2f2f2;
}
#secondary {
padding: 0px;
}
#secondary .widget {
margin-bottom: 15px;
background: white;
padding: 30px;
}

Awesome that worked thank you.

Now how do i get the image to take up all the white space in the sidebar?

Good morning

While you are using above code you cant cover sidebar by image, something cusotm is needed here and this is the code you need in this cse:

aside#widget_sp_image-29 {
padding: 0px !important;
}

also, you have to make image full width in the widget, currently it’s only 300px