Removing Big Slide from mobile

Posted in: Newspaper
Post count: 16

Hey, so I’m wondering how to achieve the following result:

I want to keep the homepage (default layout) the way it is on the desktop version, but as it goes to mobile resolution I’d like Big Slide to disappear.

Appreciate all the help!

Post count: 16

bump

Post count: 3343

Hello,
Do you want to have the non responsive version, the desktop version to be on mobile to but without big slider.

Select from Theme customizer this http://screencast.com/t/KBgzA5r1 and add this in style.css

@media (max-width: 767px) {
  .home .td_block_slide_big {
    display: none;
  }
}

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.