Skip to content

Instantly share code, notes, and snippets.

@bkaminski
Last active September 2, 2017 14:49
Show Gist options
  • Save bkaminski/7a73fac9a9e132d204adc865627768cf to your computer and use it in GitHub Desktop.
Save bkaminski/7a73fac9a9e132d204adc865627768cf to your computer and use it in GitHub Desktop.
Collapse WP Sidebar BS2
@media (max-width: 767px) {
.mobile-menu {
display: inherit !important;
margin-top:10px !important;
font-size:26px !important;
font-weight:bold !important;
color:#fff !important;
text-shadow:2px 2px 4px #000 !important;
}}
@media screen and (min-width:768px) and (max-width:980px) {
#secondary-nav.collapse {
overflow: visible !important;
height: 100% !important;
}
.button-killer {
display: none !important;
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment