Mobile navigation displaying incorrectly on android

Hi!

I seem to have an issue with my mobile navigation, it drops down completely where it shouldnt.

Pictures shown the issue. IOS is not a problem. First picture is the issue, second picture is what it should look like!

How can i resolve the issue?

1 Like

Hi friend,

This needs to be setup in the Theme section of the store.

Can you share with me your store URL?

Thanks and Regards

Hakeem

@DJS-b

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @DJS-b ,

Go to Assets > theme.css and paste this at the bottom of the file:

.header__drawer.caps {
    letter-spacing: normal !important;
}

Hope it helps!

@DJS-b

Please add the following CSS code to your assets/theme.css bottom of the file.

.header__drawer.caps {
    letter-spacing: initial !important;
}

Thanks!