StartBootstrap / startbootstrap-modern-business

A multipurpose Bootstrap full website template created by Start Bootstrap
https://startbootstrap.com/template/modern-business/
MIT License
1.02k stars 1.18k forks source link

Hiding the sidebar on mobile #9

Closed beakernx01 closed 8 years ago

beakernx01 commented 8 years ago

Hi there, Is there a way to hide the sidebar on the mobile view? I've got a long one, and UX-wise, I'd rather the view just see the page headline when changing pages and not the sidebar again. They may not even realize they're on a different page.

I tried the .hidden-sm and .hidden-xs to no affect, but then again, I'm new to bootstrap and might be implementing it wrong.

http://www.edisoncg.com/edisonmfs

Any suggestions?

Thanks,

Tom

davidtmiller commented 8 years ago

Adding the .hidden-xs and .hidden-sm classes should do the trick. Just make sure you're adding the classes in the right spots.