How can I fix the Dawn theme header drawer issue on mobile?

Hi,

The dawn theme seems to have a problem. I am not able to see the account login symbol in the drawer Navigation (mobile view).

Looks like the browser’s address bar is pushing it down. Scrolling up reveals it but is there a way to make it appear even without scrolling up?

Thank you in advance

@Rainson
Hello,
Please Share Your Store URL and Store Password

Hi,

Its septemver.com

Password: 123

Thank you

@Rainson ,

It is showing.

Yes, i understand. It does show in some places.

The problem is with mobile browsers when the url address bar is visible. Could you check from mobile as well? While making the browser’s url address bar visible

@Rainson ,

.menu-drawer__utility-links {
    margin-bottom: 6%;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Thank you. It worked. The 6% was small and still a part of it wasn’t visible, so I changed it to 30% and now it’s working.

Thank you very much :folded_hands: