Strange margin

Posted in: Newspaper
Post count: 134

Hi, I’m on your smartphone unnecessary big push between advertising and slider , how to remove them link

Post count: 7909

Hi,

Please try this custom css to remove margin bottom for header ad – http://screencast.com/t/Jadjb8rXeR

@media (max-width: 767px) {
.td-header-sp-recs img {
margin-bottom: 0 !important;
}
}

If you want to reduce mare that space you will have to reduce padding(you already have a css for it) – http://screencast.com/t/265z52NBWY on mobile view using media queries – http://screencast.com/t/kklFJuGXG

Thanks!

Post count: 134

ok, thanks 🙂

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