"Shop By Brand" Button Not Appear in Mobile View

“Shop By Brand” Button Not Appear in Mobile View.

Website Link Below

https://proadvantage.ca/

Hi @genconian ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/style-sections.scss.css->paste below code at the bottom of the file:
.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.