Hide Sidebar on Mobile

Posted in: Newsmag
Post count: 3

Hello – how do I hide the sidebar on mobile only? It looks terrible just stacking all of it at the bottom.

Also, in the footer it says “Popular Category” – it should be plural – “Popular Categories” – how can I change that setting?

Post count: 23312

Hi,

If you want to hide the sidebar for mobile, you need to use a bit of CSS code for that. Use the code below and place it in Theme panel -> Custom CSS area.

@media(max-width:767px){
.td-pb-span4{
display:none!important;
}
}

You can translate this string from Translation Section from Theme panel -> https://www.screencast.com/t/4gh3DYh8sL

Thanks for your understanding!

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