How can I modify mobile navigation menu width and arrow icons?

Hi,

I wanted to know if it’s possible for me to make the mobile nav menu full screen instead of 3/4 like the example below.

i would also like to change the icon to an arrow like below (and add line dividers if possible) as opposed to how Shopify standard is. Is this possible?

my store url: webse.co.uk

my theme: dawn

mine:

how I want it to look:

1 Like

@slatty

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-menu-drawer.css ->paste below code at the bottom of the file.
.menu-drawer {width: 100% !important;}
1 Like

Amazing thank you @KetanKumar !

Do you know how I can change the arrow & add lines between each item?

1 Like

@slatty

can you please add this code

.js .menu-drawer__menu li {
border-bottom: 1px solid #fff;
}
1 Like

Amazing thanks @KetanKumar !

Do you know how I can change the arrows to a more appealing icon please?

1 Like

@slatty

It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like

1 Like

I have just tried to message you but it won’t let me. Please could you send me a message & I will reply. Thanks @KetanKumar

1 Like

@slatty

yes, sure i will send message and let you know

Hey, could you please provide the solution here?