slatty
July 10, 2022, 11:24am
1
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
Go to Online Store->Theme->Edit code
Asset->/component-menu-drawer.css ->paste below code at the bottom of the file.
.menu-drawer {width: 100% !important;}
1 Like
slatty
July 10, 2022, 4:56pm
3
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
slatty
July 10, 2022, 5:26pm
5
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
slatty
July 10, 2022, 5:40pm
7
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?