Re: Impulse theme make mobile menu scrollable

Impulse theme make mobile menu scrollable

Luxurymrkt
Navigator
649 2 128

Hi all, I’ve added a picture to my mobile menu but then it stays still and I want to make it scroll with the rest of the page. Any help is appreciate my site is https://luxurymrkt.com

 

please see pic

55A07A4F-6B07-44EF-9205-4F9D4A8BA7F0.png

Thank You | mike
Replies 2 (2)

UmairA
Shopify Partner
1106 101 226

Hi there @Luxurymrkt,

 

You've added the image in the div with class "drawer__fixed-header" while you should add it into the div with class "drawer__scrollable" (which is right below where you added the image). This change will make it scrollable

PageFly-Victor
Shopify Partner
7865 1786 3115

Hi @Luxurymrkt 

This is PageFly - Free Landing Page Builder.

1) Navigate to Online Store > Themes. Find the theme you want to edit on the themes page and click Actions.

2) In the Actions dropdown menu, click on Edit code to get to the code editor.

3) Once in the code editor, you can search for header.liquid file

 

In that file you can search for "drawer__fixed-header". Under this code line <div class="drawer__fixed-header"> you will find code which includes <img> tag that you need to move right after the <div class="drawer__scrollable container"> code line. 

 

I hope this solution is beneficial to you.


Best Regards,
PageFly