José Artés
asked 8 years ago

I’m using the Focus theme, and the headlines in the News Slider widget appear incomplete (they overflow) … How could I prevent this?

1 Answers
DominicStaff
answered 8 years ago

Hi,
In this case, you have used image different about size. To resolve this issue, you can edit image to 770x400px or add the following code to the style.css file or Custom Codes in DW Focus tab > General settings.

.dw_focus_widget_news_slider .carousel-inner img, .widget_news-slider .carousel-inner img {
    height: 400px;
}

@media (max-width: 991px) {
.dw_focus_widget_news_slider .carousel-inner img, .widget_news-slider .carousel-inner img {
    height: auto !important;
}
}

Hope this helps !

Powered by DW Question & Answer Pro