A user is customizing their Shopify header drawer menu and encountering CSS alignment issues. They need help with:
Main Issues:
Centering navigation menu arrows alongside the menu items
Repositioning the legal menu higher on the page
Centering the login link between the legal menu and social media links
Solutions Provided:
Two community members offered CSS fixes:
For arrow positioning: Adjust the .menu-drawer__menu-item>.svg-wrapper positioning from right: 3rem to right: 14rem, or use position: static with margin-left: 1rem to center arrows next to menu items
For legal menu spacing: Add margin-bottom: 5rem to .menu-drawer__footer-custom
For login centering: Apply margin: 5rem auto to .menu-drawer__footer-account
Follow-up Issue:
After implementing changes, header icons shifted to the left and cart bubble to the right. A responder suggested removing custom margin settings and using their provided code instead.
Code snippets and screenshots were shared to illustrate the solutions. The discussion remains ongoing as the user works through implementation.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
I’ve dome some customization on my header drawer but I am blocked for two reasons.
I’d like the navigation menu to be centered as I’ve already set but I did not manage to move also the arrow to the center.
Finally, if you take a look I would like the legal menu to be higher and also the “login” should be in the middle between the legal menu and social media links