Megamenu Issues ( Shopify Dawn Theme )

Hello Everyone!

Megamenu is showing in menu center when line break, it doesn’t look good. I want to keep it at the beginning.

Store: https://dream-candle-lights.myshopify.com/

Password: Admin

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

.mega-menu__list { justify-content: flex-start !important; }

RESULT:

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

Hello @dreamtechzone_5 ,

Go to Online Store > Themes > Edit code > search for the base.css file and add this code at the bottom.

.mega-menu__list {
 
    justify-content: start !important;
     
}

Reslts: