Forums
Forums / Fixing WordPress / Remove sidebar for mobile devices
(@ciano789)
11 years, 2 months ago
Hi, I am using kasa-blue theme and I would like to disable the sidebar just for mobile devices, I have tried: @media screen and (max-width: 800px) { #sidebar { display: none; } } in the sidebar.php section.
Can someone please help.
Thanks
(@clorith)
11 years, 1 month ago
Hi,
What you are showing here is CSS styling, it should go in your .css file not in the sidebar.php file 🙂
The topic ‘Remove sidebar for mobile devices’ is closed to new replies.