Latest news ticker not working on smart phones (added background color)

Posted in: Newsmag
Post count: 207

Hello,

For my site http://pavlikeni.com, the latest news ticker under the main menu does not work on mobile devices after I added yellow colour to background.

It works fine on desktops and laptops.

The code I added to the Custom CSS is:

.td-trending-now-wrapper {
background-color: #FFFF00;
height: 19px;
}

Please advise.

Thanks,
Peter

Post count: 6535

Hi

The height value breaks the news ticker on mobile devices. Use this css to correct it or remove the fixed height:

@media(max-width: 768px){
.td-trending-now-wrapper{
height: auto!important;
}
]

Thanks!

Post count: 207

Thanks, I removed the fixed height.

P.

Post count: 53

For long post titles, how do you wrap text to new line on smartphones?
Thanks!

Post count: 207

Hi, if this question is to me, I am afraid I cannot answer it. Maybe you should ask it as a new question on the board, so the developers can respond. Thanks, Peter

Post count: 23312

Hello,

Our theme does not have any such an option that allows you a way to wrap the text of post titles to a new line on smartphones, sorry! If you want to do this, you should edit the Visual Composer element and this task involve custom work and we cannot provide this type of services at the moment, sorry! You should preview our demo -> http://demo.tagdiv.com/newspaper/ in mobile mode and to see the News Sticker behavior in this case. If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!

Thanks for the message!

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