Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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 </head>
<style>
div#mega-menu-mega_menu_GKgrFf {
padding-right: 0 !important;
--mega-menu-nav-column-max-width: 190px !important;
--mega-menu-gap: 0 !important;
}
</style>
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!
This is an accepted solution.
@dreamtechzone_5 , try this:
<style>
ul.mega-menu__nav {
gap: 5px !important;
}
</style>
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!
This is an accepted solution.
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 </head>
<style>
div#mega-menu-mega_menu_GKgrFf {
padding-right: 0 !important;
--mega-menu-nav-column-max-width: 190px !important;
--mega-menu-gap: 0 !important;
}
</style>
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!
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!
I used this code. But 5 columns are showing.
This is an accepted solution.
@dreamtechzone_5 , try this:
<style>
ul.mega-menu__nav {
gap: 5px !important;
}
</style>
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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025