The hamburger button is not visible since few days and the side menu links are not visible. How can we get it back
Topic summary
A Shopify store owner reports that the hamburger menu button and side menu links have disappeared on both desktop and mobile versions of their Brooklyn theme site.
Proposed Solution:
A staff member provided CSS code to restore visibility:
- Add
display: block !important;to.site-header .grid__item:first-of-type .site-nav--mobilein the theme’s CSS file
Current Status:
Another user tested the site across multiple browsers and configurations (including BrowserStack) and found the menu working correctly, suggesting the issue may be:
- Browser-specific
- Device/configuration-dependent
- Already resolved
The discussion remains open pending confirmation from the original poster about their specific testing environment and whether the CSS fix resolves their issue.
.site-header .grid__item:first-of-type .site-nav--mobile {
display: block !important;
}
Please add that CSS code to your theme.scss.css file
@SammysCoffee We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
