A user seeks to reposition the trash bin (remove item) icon on the cart page in mobile view for Shopify’s Dawn theme, wanting it aligned to the far right under the price.
Multiple solutions provided:
CSS approach: Add custom CSS targeting cart-remove-button with margin-left: auto and justify-content: flex-end properties to push the icon rightward.
Implementation methods: Contributors suggest adding the code either to the base.css file or to theme.liquid above the </head> tag.
Visual guidance: One responder included screenshots demonstrating the expected result and step-by-step instructions for accessing the theme editor.
All solutions use similar CSS properties to achieve the same layout adjustment. The discussion remains open pending confirmation from the original poster on whether any solution worked.
Summarized with AI on November 8.
AI used: claude-sonnet-4-5-20250929.
Hi, does anyone know how to move the trash bin icon in the cart page on mobile view? I want to move it to the far right of the page, so that it is under the number $18.90.