Jessica Paxton
asked 8 years ago

Is it possible to remove the right side menu in the news slider widget in DW Focus? And If the widget is full width what size should the images be? Thanks!

1 Answers
DominicStaff
answered 8 years ago

I have helped you resolve this issue in the private question that you have submitted. Just posted here to help someone wanting make the slider like that. 

.dw_focus_widget_news_slider .carousel-navigation {
   display: none;
}
@media (min-width: 1200px) {
    .home .row .col-lg-3 {
       display: none;
   }
   .home .row .col-lg-9 {
       width: 100%;
  }
.home .content-inner:before {
    background: none;
  }
}
.dw_focus_widget_news_slider .carousel-inner, .widget_news-slider .carousel-inner {
   width: 100%;
}
.dw_focus_widget_news_slider .carousel-inner img, .widget_news-slider .carousel-inner img {
   width: 100%;
}
Powered by DW Question & Answer Pro