Sidebar don't show on the Mobile

Posted in: Newsmag
Post count: 32

Hi My website display perfectly well on desktop and laptop but on mobile it doesn’t display the sidebar

Post count: 23312

Hello newsguru,

I have inspected your website and I saw that you have display none to your span 4. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 767px){
.td_block_trending_now, .td-pb-span4.td-main-sidebar, .page .vc_row .td-pb-span4 {
display:block!important;
}
}

Hope this helps!

Thanks for the message!

Post count: 32

Thanks man it work like a charm Lol

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