Logo left and menu right side position on mobile view

Topic summary

A Shopify store owner wants to reposition their mobile layout so the logo appears on the left side while the cart and drawer menu move to the right side.

Proposed Solution:

  • Access the theme code editor via Online Store → Themes → Edit code
  • Locate and modify the theme.liquid file
  • Add custom CSS/markup code after the <head> tag

Note: The specific code instructions and screenshot reference in the response appear corrupted or encoded, making the exact implementation steps unclear. The user may need to request clarification or properly formatted code to complete this customization.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

I want in my shopify theme cart and drawer menu on right side and logo on the left side ON MOBILE VIEW.

My store URL: https://astrofreezetreats.com/

Hi @WasifShabbir

You add code following this instruction.

  • Go to Online Store, click Themes
  • In the current theme, click “…” > select Edit code
  • Open theme.liquid file, add this code after

The result