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
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;
}
Please login or Register to submit your answer