More Articles Box not showing on mobile

Posted in: Newspaper
Post count: 8

Hi,

I have the more articles box enabled in the theme panel, however it does not show on the mobile site when I access it from my phone. I just want to confirm is it disabled as a whole in mobile. Is there any way to force it to appear it on mobile?

Thanks

Post count: 7909

Hi,

The more article box was not designed to be displayed on mobile device. It is hidden via css – http://screencast.com/t/Gc2fcp1g
If you want to enable it you will have to edit the style.css to remove this code – http://screencast.com/t/UsMckM1mR
Or you can overwrite it using more specific target – http://screencast.com/t/jckIue23X50x just paste this custom css in Theme Panel > Custom Css and it should appear:

.single div.td-more-articles-box {
display: block !important;
}

Thanks!

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