Menu design on mobile

Hello, I need help to copy the menu design from this website on mobile. Can I have help ?

My store is womber.fr and the password to access is PROPAGANDAAA
Thanks !

1 Like

Hi @PAUL8

Let try to add this custom css code to your file base.css:

header-drawer .menu-drawer .list-social {
  margin-bottom: 40px;
}
header-drawer .menu-drawer .list-social .list-social__item {
  display: inline-block;
}
header-drawer .menu-drawer .list-social .list-social__item svg {
  width: 30px;
}

header-drawer .menu-drawer .menu-drawer__navigation {
  padding-inline: 3rem;
}
header-drawer .menu-drawer .menu-drawer__navigation .menu-drawer__menu-item {
  padding-inline: 1.1rem;
}

1 Like