Feedback for your online store from the community
I have combed through the previous discussions for this topic and have not found a solution that worked for my store.
The issue is that the hamburger menu of the mobile site is not showing
my store : vapenchill.store
Hi @Erion,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
@media(max-width:767px){
header-drawer{display:block !important}
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Hi @erion
The cause of the issue comes from a custom code on your theme.
Go to Online Store->Theme->Edit code.
Open header.liquid file. Then remove the code inside the red rectangle in the image below.
Best regards,
GemPages Support Team
@media(max-width:768px){
header-drawer{display:block !important}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
@erion
add below css into base.css file
@media screen and (max-width: 768px)
{
header-drawer {
display: block !important;
}
}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024