Problem with disabeling big slider on mobile

Posted in: Newspaper
Post count: 13

Hey Guys, I tried disableing the big slider on mobile view with this code in the custom css


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

but it did not show any results…. 🙁

Any idea? Thanks alot 🙂

  • This topic was modified 11 years by Viralvid.
Post count: 6600

Hi,

Use this custom css, like this: http://screencast.com/t/IveE0vfW23

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

.td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
}

Remove the .td-grid-wrap {padding: 0px 0px 0px 0px !important;} if you want to keep the spacing above the ad.

Thanks

Post count: 13

Thank you so much, worked fine 🙂

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