Some menus not showing on mobile (Retina Theme)

Our site is https://all-things-labels.myshopify.com/

And on the desktop version, everything is fine. But the mobile version does not show some of the menus.

I would really appreciate the help.

@cruz2

button.mobile-menu__tier-2-button {
    display: block !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

That did not work. I don’t have theme.scss.liquid but I found theme.css.liquid and added the code. But still the same. It’s weird because all else shows up on mobile except for three submenus under “Custom Labels & Tags” But all other submenus show up under that menu.

@cruz2 ,

@media only screen and (max-width: 768px) {
button.mobile-menu__tier-2-button {
    display: block !important;
}
}

try this.