How To Change Location Of Main Menu Images?

i Want this main menu image to take some space in left side, right now its full right size
URL: https://themirage.store/

Hi @Emiway ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hello @Emiway

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.header a.mega-menu__image-push.image-zoom { transform: translateX(-90px); }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.