“Shop By Brand” Button Not Appear in Mobile View.
Website Link Below
Hi @genconian ,
You can follow the instruction below:
.widget-verticalmenu .navbar-vertical .navbar-toggles {
display: block !important;
}
.vertical_menu {
width: 100% !important;
}
.vertical_menu + .header-search {
width: 83% !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.