View on mobile mode the "MORE STORIES" covered all content.

Posted in: Newsmag
Post count: 24

Dear Sir,
How to disable the MORE STORIES when on mobile?
Whenever user come to the page and found that the suggestion story by MORE STORIES will show over the main topic and cover all story.

Like this
https://www.dropbox.com/s/mr5544xs52bobnu/Screenshot_2015-10-27-13-24-40.jpg?dl=0

Please advise with thanks

Best regards,
Ich S.

Post count: 24

Hi,
I found it on Post Setting but only one way I did, just make a small box in ARTICLE DISPLAY VIEW.

Thanks,
Ich S.

  • This reply was modified 10 years by soithong.
Post count: 6535

Hi

You can hide more article box for mobile devices using this custom css in theme panel > custom css: http://screencast.com/t/cO9GiCcQ4nT0

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks!

Post count: 24

Bravo, it is wonderful and resolved.

Thanks a lot.
Ich S.

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