- Acme Themes

Best Premium and Free WordPress Themes Forums SuperNewsPro Featured Section – Tablet and mobile views issue Reply To: Featured Section – Tablet and mobile views issue

#8578
acmethemes
Keymaster

Please add the below CSS codes on Appearance > Customize > Layout/Design Options > Custom CSS

@media only screen and (max-width: 1024px) {
    .slider-feature-wrap.clearfix {
    display: none;
  }
}

Hope this will help to sort our the problem.

Regards,
Acme Supports