Popping Sidebar from right displaying Post

Posted in: Newsmag
Post count: 8

I am having issue removing a popping Sidebar from my WordPress Site, each time someone opens a post on my site, and start to scroll down, a sidebar pops out from the left displaying other post in form ads, This popping sidebar is good for PC view, but very disturbing on mobile, it prevents use from reading content on their desired page.

You can see the popping sidebar from the Image below, see the blue Arrow.
Popping Sidebar

Please I need help asap.
You can lookup https://shevimuzic.com on mobile and click on any of the post and you’ll see how annoying it is

  • This topic was modified 7 years by ikuegbe.
Post count: 23312

Hi,

Please notice that the Article Box has been designed to be hidden on mobile devices because the width of the mobile devices is too short and the content of More Articles box will come over your post content and it’s not okay. By default, this element is hidden and I do not know why is on your website. I suggest to use the code below and place it in Theme panel -> Custom CSS Area to hide the More Article Box on mobile.

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

Thanks for your understanding!

Post count: 8

Thank you so much @Catalin Your recommendation worked perfectly.
This is why I love Tagdiv

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