@teemania Please follow the below steps to add spacing and lines in between the drawer menu items. Let me know whether it is helpful for you.
- Go to “Online Store” → “Themes”.
- Click “Customize” button from the current theme.
- Click “Header” section.
- Paste below code in the “Custom CSS” field like in the below attached screenshot.
.menu-drawer__navigation > .menu-drawer__menu > li {
border-bottom: 1px solid #D3D3D3 !important;
padding: 15px 0px !important;
}
Then the final output will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.


