This should get you started. Add this to your child theme’s style.css
file:
/**
* 3-Column
*****************************************/
.wpfc-sermon-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1100px;
margin: 2em auto;
}
.wpfc-sermon {
width: 32%;
margin: 0 auto 2em;
}
.wpfc-sermon-inner {
display: block;
flex-flow: inherit;
height: 100%;
}
.wpfc-sermon-main,
.wpfc-sermon-image {flex: inherit;}
.wpfc-sermon-image-img {
height: 100%;
padding-top: 100%;
}
.sm-pagination,
#wpfc_sermon_sorting {width: 100%;}
#wpfc_sermon_sorting {justify-content: center;}