That worked like a charm! I also had to constrain the left property.
@media screen and (max-width: 959px) {
#sidebar {
position: relative !important;
left: 0 !important;
top: 0 !important;
}
}
Thanks for your help!
That worked like a charm! I also had to constrain the left property.
@media screen and (max-width: 959px) {
#sidebar {
position: relative !important;
left: 0 !important;
top: 0 !important;
}
}
Thanks for your help!