Mega menu content Shopify Impact theme

Topic summary

A user seeks to display 6 columns in a single line within the mega menu of Shopify’s Impact theme, specifically under the “WOMEN’S” menu item, while eliminating excess white space on the right side.

Solution Provided:

  • Add custom CSS code to the theme.liquid file before the </head> tag
  • The code adjusts the mega menu layout to accommodate 6 columns horizontally

Implementation Steps:

  1. Navigate to Online Store → Theme → Edit code
  2. Open theme.liquid file
  3. Insert the provided CSS snippet

Outcome:
The initial solution successfully removed white space, but only displayed 5 columns. A revised CSS code was provided that properly renders all 6 columns in one line, which the helper confirmed works correctly with a screenshot demonstration.

Status: Resolved with working code provided.

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

Hello Everyone!

I am using the Shopify Impact theme. I want to have 6 columns in 1 line in Megamenu. And don’t want to keep the white space on the right. Please click on " WOMEN’S " Menu. Is this possible? Please help me. Thank you in Advance.

Store: https://blue-chic-clothes.myshopify.com/

Password: Admin

Hi @dreamtechzone_5

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

1 Like

Wow great. It worked. Thank you very much.

6 menu columns can be placed in each line?

Hi @dreamtechzone_5 ,

If the above solution worked for you then kindly consider it as a accepted solution and then tell me about your new query in more detail? I mean, didn’t we already have 6 columns in one line?

Thanks!

1 Like

I used this code. But 5 columns are showing.

@dreamtechzone_5 , try this:


It is working fine on my end as you can see 6 columns in 1 line:

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

1 Like