Shopify themes, liquid, logos, and UX
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
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 !
Solved! Go to the solution
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;
}
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;
}