Want to have menu columns instead of images on the right side of the mega menu (Impact 4.4.0 Theme)

Hello Everyone!

I am using Shopify Impact 4.4.0 theme. I want to have menu columns instead of images on the right side of the mega menu. There will be 5 menu columns per line. Please help me. Thank you.

Store: https://auz1i9fjvqv1fi8b-60604383299.shopifypreview.com

Password: Admin

Now

1 Like

Hey @dreamtechzone_5

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find password.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hello @dreamtechzone_5

Navigate to Online Store > Themes > click on Edit code.
Locate and open the theme.css or base.css file. Scroll to the bottom and add the following CSS code:

#mega-menu-mega_menu_FrEa3d {
       
        column-list-max-width: 100% !important;
    }

.mega-menu__nav {
    
    justify-content: center;
}

Result:

1 Like

I want to have 5 columns per line and keep it full width.

1 Like

Try this code instead with the same steps mentioned above


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Great. I want to keep the columns full width. Will this code work in Impact 4.4.0 theme? Thank you very much.

Sir, please check your msg. Thank you.