There is a gap between my menu and the dropdown menu

Is there any possibility to close the gap in the menu, see the picture below..

Link: https://0qojt8k4rp3i20fd-63212585196.shopifypreview.com

thank you in advance for taking your time!

1 Like

Hi @zimey
Please put this code in theme.liquid before body closing tag


Thanks!

Hi @zimey

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/base.css and paste the code below at the bottom of the file."
.list-menu--disclosure {
top: 10px;
}