Help on mobile view as Slider blocks article view while reading

Posted in: Newsmag
Post count: 4

I noticed that it’s impossible to read articles (posts) on my website http://www.agendang.com via mobile devices any longer as a slider or sidebar blocks the reader’s view from reading the contents published.

How do I deactivate that slider?

To ascertain my peculiar problem, kindly click this article: https://www.agendang.com/foreign-automobile-investors-show-renewed-interests-in-nigeria/ or any other post using any mobile device.

Post count: 23312

Hello kennysous,

Notice that by default, the More Article Box element is hidden on mobile devices. So, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

Thanks.

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