how to hide vertical slide-post list according to LC monitor width?

Posted in: Newspaper
Post count: 364

Dear developer team!
I’ve got claims from my readers (who owns LCD with 15″, 17″) according to vertical slide-bar posts – https://www.screencast.com/t/67goarzgA

Original website – https://prostobzor.com/suunto-spartan-ultra-vs-garmin-fenix-5x/

Could you advise – is it possible to turn on the special option to hide this vertical section for small resolutions monitors?

Do you have such workaround?
Thanks for your help 🙂

Post count: 364

Sorry, misprint in post title – LC = LCD monitor 🙂

Post count: 23312

Hello kibiribi,

Sorry, but please notice that our theme does not have any such an option for this, unfortunately! You should create your own custom code and hide the sidebar for a special kind of screen, using the media queries. As a hint, you should follow our useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Post count: 364

Just think about this option, guys! It’ll be useful for notebook owners or users with small LCDs.
This is a very interesting section to show most relevant articles always on.

Any workaround to use section as an always-on sticker on this position? Screenshot – https://www.screencast.com/t/PWpZ9e1aGBz

Post count: 22421

Hi, Sorry but there is no such functionality added to our theme. It is not a simple job to pin the more articles box to a sidebar. You can hide the more articles box though for smaller screen sizes.
here is an example code:

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

Thank you!

Post count: 364

Thanks for an advice.
I’ve added this section to (path = /wp-content/themes/Newspaper ) style.css
SCreenshot – https://www.screencast.com/t/ewgrnVvsO4z

But nothing changed – watch video screenshot – https://www.screencast.com/t/VuHOAt7Uy
Am I doing wrong?

Post count: 22421

Hello,

Place the code in the theme panel under custom css and change the screen width in pixels to the screen size you want the more articles to hide at.

Thank you!

Post count: 364

Thanks for an explanation, Bogdan! It works great for me! 😉

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