Mobile slide

Posted in: Newspaper
Post count: 55

Hi…

I would like to have one single big slider in mobile screen and removing the other small slider like in this image http://www.screencast.com/t/yj9cjdur0unH

This is my site http://www.screencast.com/t/42TROsOSTTe

Needed slide similar to first link image

Thanks
Bharath

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/e4LTlsuMjDFs

@media (max-width: 767px) {
.td-big-grid-post-sec{
display: none !important;
}
}

If you want this only for homepage please add also this class: http://screencast.com/t/pZnzJEa2iLLj

Thanks!

Post count: 55

Thanks Working !

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