Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
Recently, I changed the menu from left to right. When I press the menu, the menu doesn't open smoothly and the menu items don't appear on the same side.
Is there a code I can add to resolve this issue?
Please check below URL:
matilalight.com/
Hi @Alfarsi,
Go to Assets > base.css and paste this at the bottom of the file:
.menu-drawer {
transform: translate(100%) !important;
right: 0 !important;
left: auto !important;
}
details[open].menu-opening>.menu-drawer {
transform: translate(0) !important;
}
Hope it helps!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025