A user is seeking help with a custom flower-shaped navigation menu where each petal serves as a clickable button to collection pages. The menu works on desktop using manual positioning, but breaks across different mobile screen sizes.
Current Issue:
Manual CSS positioning causes distortion on various mobile devices
Each petal element requires precise placement that doesn’t scale responsively
Proposed Solution:
Another user provided mobile-specific CSS code using media queries (max-width: 749px) that:
Reduces centerpiece and petal image sizes (50-60% max-width)
Adjusts individual petal positions using percentage-based top/left/right values
Applies specific sizing to petal-2 (260px width)
Repositions the centerpiece element
Status: Solution offered but not yet confirmed as tested or working. The discussion includes a screenshot of the desktop version and links to the development site and GitHub repository.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
Hello, I need help with making this custom menu functional on mobile. The menu is a flower, and each petal is a button which leads to a collection page. To make it functional on desktop, I had to manually position each piece. I tried doing this same thing on mobile, but when I switched to different-sized phone screens, the menu became distorted. If anyone knows a solution, I would greatly appreciate it!