Sidebar menus overflow in small resolutions
Summary
In small resolutions, the navbar
menus in sidebars overflow.
Possible fixes
.sidebar-right, .sidebar-left{
.navbar-nav{
float: none;
a{
white-space: normal;
}
}
}
Attachments
Edited
by
Konstantinos Platis