Getting ride of "Trending Now" and it's white space on mobile displays.

Posted in: Newspaper
Post count: 41

Good day. I wrote that before and it was sloved but it appears again.
I am trying to hide the “Trending Now” bar on mobile displays. But there is a white space appears than. Would you please take a look at my screenshots and tell me the proper code to get ride of “Trending Now” bar and it’s white space when it’s set on Display:none;

Theme Panel > Custom Code
I want to get ride of this white space on on mobile displays.
Display on bigger sizes (desktop, laptops)

Here is login credentials to wp in case you need to edit the code. Please do not hesitate if needed..
adelturk.com/n0hack

thank you..

  • This topic was modified 8 years by Simion C..
Post count: 20688

Hi,

That code will remove the news ticker on mobile, this code will remove the space leaving just the padding from your code
https://www.screencast.com/t/6jLsQ0sPGxH

.home .td-crumb-container {
display: none;
}

Thanks

Post count: 41

Hi Simion;

Code worked perfectly. Tahnk you…

Post count: 25

Hi Simion;

How I can change the name “Trending Now” for other name?

Thanks and regards,

Post count: 20688

Hi,


@serambca
You can change the Trending now title in the Theme panel->Translations
https://www.screencast.com/t/H2Zrhal8m7fS

Thanks

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