We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Dawn theme header troubleshooting (urgent)

Solved

Dawn theme header troubleshooting (urgent)

Sivadarshan
Shopify Partner
406 2 90

I am using the latest version of the Dawn theme. In the mobile view, when the hamburger menu is clicked, a transparent space appears. How can I hide the transparent space and make the menu open in full-screen mode?

 

website: https://mannavan.myshopify.com/

password : offnorth

 

Screenshot 2024-12-07 170200.png

 

Thanks in advance.

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @Sivadarshan 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

@media screen and (max-width: 768px){
div#menu-drawer {
    height: 100vh !important;
    top: 0 !important;
}
details.menu-drawer-container > summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    z-index: 99 !important;
}
details.menu-drawer-container > summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset::before {
    display: none !important;
}
details.menu-drawer-container > summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset * {
    color: black !important;
}
}

 

 

Here is the result: https://prnt.sc/lLYxfvAx6vKn
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @Sivadarshan 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

@media screen and (max-width: 768px){
div#menu-drawer {
    height: 100vh !important;
    top: 0 !important;
}
details.menu-drawer-container > summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    z-index: 99 !important;
}
details.menu-drawer-container > summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset::before {
    display: none !important;
}
details.menu-drawer-container > summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset * {
    color: black !important;
}
}

 

 

Here is the result: https://prnt.sc/lLYxfvAx6vKn
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution