Problem with More Stories Feature on Mobile

Posted in: Newsmag
Post count: 21

We are getting numerous complaints about users not being able to click off the more stories over lap on their device because the bar with the “X” to close is not visible. We have had to turn it off completely now to fix this. We have tried to increase the depth on the page that it renders to 800 px but that doesn’t help. See image attached from iPhone 6Plus – with 4 stories as the default to show.

Thanks for your help.
Stephanie

http://www.redcarpetreporttv.com

screen shot of mobile phone more stories issue

Post count: 7909

Hi,

You can change the module to display more stories(try to set a module that will display fine article on mobile) and also the number of post displayed there – http://screencast.com/t/o9KYgiYhY0s1
Also you can hide more articles box on mobile using custom css in Theme Panel > Custom Css:

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

Or you can try to customize it on mobiles please check this as reference – https://forum.tagdiv.com/topic/more-articles-feature-and-ticker/#post-49477

Thanks!

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