Adding spacing/lines to separate drawer menu items

@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.

  1. Go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Click “Header” section.

  1. 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.