I got my featured listings to show by using CSS. They show two across the whole page then 1 across on mobile. (you have to set a mobile CSS 2media size)
.featured-section-widget .woocommerce ul.product_list_widget li {
margin-left: 10px;
width: 48%;
height: auto;
min-height: 90px;
background: #efefef;
}
.featured-section-widget .woocommerce ul.product_list_widget li {
width: 100%;
margin: 0;
min-height: 50px;