Eric Miller
asked 7 years ago

The one column setting in the newsgrid on the home page widget content is pulling thumbnails and showing a poor-quality image. The images are fine when you open the post. How can this be fixed? http://www.urbanartantiques.com 

1 Answers
DominicStaff
answered 7 years ago

You can add the following code to the style.css file or Theme settings > Custom CSS section

.dw_focus_widget_news_grid .carousel-inner .post img, .widget_news-grid .post img { 
    height: 560px;
   object-fit: cover;
}
Powered by DW Question & Answer Pro