Mega menu content Shopify Impact theme

Solved

Mega menu content Shopify Impact theme

dreamtechzone_5
Shopify Partner
676 1 100

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

 

Screenshot 2024-10-28 183016.png

Accepted Solutions (2)

websensepro
Shopify Partner
1914 229 272

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>

 

websensepro_0-1730120319682.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

websensepro
Shopify Partner
1914 229 272

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:

websensepro_0-1730122664198.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 5 (5)

websensepro
Shopify Partner
1914 229 272

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>

 

websensepro_0-1730120319682.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
dreamtechzone_5
Shopify Partner
676 1 100

Wow  great. It worked. Thank you very much.

6 menu columns can be placed in each line?

 

websensepro
Shopify Partner
1914 229 272

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
dreamtechzone_5
Shopify Partner
676 1 100

I used this code. But 5 columns are showing.

websensepro
Shopify Partner
1914 229 272

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:

websensepro_0-1730122664198.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP