Header drawer menu not visible on mobile

Solved
Aiham
Tourist
10 0 2

Hi, 

 

I changed my header wrapper height and content and now on mobile when i click the hamburger icon the menu/drawer is not visible. 

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
5549 1015 1040

This is an accepted solution.

Please add this code at the bottom of your base.css file in Online store > Themes >Edit code > Assets 

.header-wrapper {
overflow: unset !important;
}

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Moeed
Shopify Partner
3043 757 919

This is an accepted solution.

Hey @Aiham 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header-wrapper {
    overflow: unset !important;
}
</style>

RESULT:

Moeed_0-1698758333938.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 4 (4)
Moeed
Shopify Partner
3043 757 919

Hey @Aiham 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Aiham
Tourist
10 0 2

Oh of course, sorry: fjallochfena.se. If password is further needed I will provide it.

 

Dan-From-Ryviu
Shopify Partner
5549 1015 1040

This is an accepted solution.

Please add this code at the bottom of your base.css file in Online store > Themes >Edit code > Assets 

.header-wrapper {
overflow: unset !important;
}

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Moeed
Shopify Partner
3043 757 919

This is an accepted solution.

Hey @Aiham 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header-wrapper {
    overflow: unset !important;
}
</style>

RESULT:

Moeed_0-1698758333938.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️