more articles box on mobile

Posted in: Newsmag
Post count: 6

There doesn’t seem to be a way to close the more articles box on mobile? Is there a way to disable it on mobile or have an X to close it?

Post count: 6535

Hi

You can use this css to hide more article box on mobiles:

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

Thanks!

Post count: 6

Ok great, can you tell me exactly where to insert this code?

Post count: 6535

Hi

You can paste the code in theme panel > custom code > custom css.
Thanks!

Post count: 6

Fantastic and congratulations on an amazing theme, the more I dig into it and learn it, the more I appreciate all the hard work TagDiv has put into it!

Post count: 6535

Hi

Thank you for your generous thoughts! We’re glad you like our theme. We invest a great amount of time and effort to create and permanently develop and improve our themes. This is why we truly appreciate your feedback.

Thanks!

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