Trending Now Overlapping on Mobile

Posted in: Newspaper
Post count: 15

My trending now ticker is overlapping into the big grid on mobile. How do I fix this? http://samuelwright.com

Post count: 22421

Hello,
You can use this custom css to fix it:

@media (max-width: 767px){
.td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now {
padding: 0 0 38px 0!important;
}
}

Just add the code in the theme panel->custom css box

Thanks.

Post count: 15

Perfect! Thanks

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