Hi,
On my development store, on the mobile side menu I have a ‘Log In’ section at the bottom of the menu (see attached image). I do not remember doing anything specific to get this to appear. On my main Shopify store, I have replicated the site but can not get the ‘Log In’ button on the mobile side menu. Does anybody know how to implement this? See attached images for reference.
Thank you.
Hi @LewisSutton
Have you try to check store settings?
You can follow this image to enable login
@LewisSutton
Thank you for reaching out and posting this question!
Sorry you are facing this issue, it would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @KetanKumar ,
My store URL is - https://aoapparel.co.uk/
Password - thaosk
Thank you in advance
Hi @ExpertRookie ,
Yes customer accounts are enabled. I even have the account button on my desktop site header. Just not on the mobile site 
hi @LewisSutton
In this case You can try follow this path:
Themes => edit code => asset => component-menu-drawer.css
and add this code to bottom of the file component-menu-drawer.css
.menu-drawer__navigation-container{
height: calc(100% - 80px);
}
Hey @ExpertRookie ,
That works perfectly! Thank you so much!