How can I add a search bar to my mobile menu burger?

Hi All,

Is it possible to add the quick search bar to the pull out mobile menu? theme reformation.

URL: https://label-source.co.uk/

Thank you,

dan

@Danielparsons by adding below code into header.liquid file

just find the no-js-hidden class and put below code


add below css into you css file

@media (max-width:425px)
{
.mobile-menu-drawer .thb-mobile-menu-footer {
    display: flex;
}
a.thb-mobile-account-link {
    margin-right: 20%;
}
}

so it will be look like below one :

Amazing, thank you so much! is it possible to have it displayed full width at the top of the menu, like this below?

@Danielparsons yeah but for that we need to customize code for more detail DM me or provide store access . so i can help you in that.

Hi @Ujjaval please see access code here: 9165 thank you

@Danielparsons i’ve sent the collaboration request. Can you accept it?

please try this, I have generated a new code 0859

@Ujjaval just granted access

@Danielparsons may you can share the final result and code .. searching for the same solution