Help With NewsTicker Section

Posted in: Newspaper
Post count: 36

Hi,

Please take a look at my news ticker section in my website (http://www.anandambi.com/myblog/). The content for News Ticker section is little long but it is displayed correctly in PC without any issues.However when I try to view the site in Mobile.Only half the content is displayed and the other half is cut off.Please help me resolve the issue

And also I dont want the contents in the newsticker section to be clickable.That is right now if user clicks on any content in News Ticker section he is navigated to that specific post,I dont want that to take place.Can you please help me resolve this issue

Thanks,
Anand

Post count: 22421

Hello Anand,
You can achieve these goals by using this custom css. It makes the trending now block not clickable and enlarges the display area for text on the mobile version.

@media (max-width: 767px){
.td-trending-now-post{
overflow:visible!important;
}
.td-trending-now-display-area{
height:45px!important
}
.td_block_trending_now {
padding: 4px 0 4px 0!important;
}
}
.td_block_trending_now a{
pointer-events:none
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.