We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Menu design on mobile

Solved

Menu design on mobile

PAUL8
Pathfinder
100 0 31

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

PAUL8_0-1750090774413.jpeg

 

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

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
819 109 182

This is an accepted solution.

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;
}

BiDealDiscount_0-1750091010214.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Reply 1 (1)

BiDeal-Discount
Shopify Partner
819 109 182

This is an accepted solution.

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;
}

BiDealDiscount_0-1750091010214.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp