Issue: In a Shopify theme, the menu drawer (slide-out menu) shows the “utility-links” container stuck at the bottom/out of view, likely due to custom styling. A screenshot was provided to illustrate the element pinned below visible content.
Fix provided: Edit code via Online Store > Theme > Edit code, open base.css, and add a CSS rule to create spacing above the utility area: ul.list.list-social.list-unstyled { margin-bottom: 4rem !important; }. This adds bottom margin beneath the social links list so “utility-links” can appear within the visible drawer.
Outcome: The original poster confirmed the fix resolved the issue.
Status: Resolved; no further action items or open questions noted.
My drawer looks fine but as I see there’s a div name “utility-links”. that div is stuck on the bottom and can’t be seen. I thing is because of a style I made in the theme editor.