Side Bar collapse
0
Hello colleagues, Is there a way to make the Sidebar open when the browser in Web view, and closed when the browser in mobile view.
asked
Saif Bataineh
1 answers
0
Do you mean this?
@media (max-width: 400px) {
.mx-scrollcontainer-open .region-sidebar{
display: none;
}
}
answered
Phakpoom Srisawat