Remove Sidebar On Mobile

Posted in: Newspaper
Post count: 4

How can I remove the sidebar on the mobile version of my site only?

Post count: 23312

Hello mhoulaha,

Provide your website so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 4

patientcommando.com

Post count: 23312

Hello,

If you want to remove the sidebar on mobile devices, you should simply try using the following code and place it in Theme panel -> Custom CSS area.

The code is ->

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

Thanks for the message!

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