How can I reduce the width of my mega menu?

Solved

How can I reduce the width of my mega menu?

Bramm
Explorer
78 0 7

https://gha335ee8tuz5bcw-53265825967.shopifypreview.com

 

Would like to reduce to width of my mega menu. It doesn't need to take up the entire screen. If possible I would also have the columns closer to each other 

 

Thank you

Knipsel.JPG

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1283

This is an accepted solution.

Hello @Bramm 

It's GemPages support team and glad to support you today.

 

You can follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your styles.css file and paste the following code below: 

 

.mega-dropdown{
  left: 50% !important;
  transform: translate(-50%) !important;
  width: 50% !important;
}

 

 If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 5 (5)

PageFly-Kate
Shopify Partner
1373 375 427

Hi @Bramm ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.css->paste below code at the bottom of the file:

.mega-dropdown {
left: auto !important
right: auto !important
with: 50% !important
}

Hope my answer will help you

Please let me know if it works by giving it a Like or marking it as a solution!


Unlock the secrets to a record-breaking BFCM with PageFly and Canva


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)


➜ Weekly updated Shopify tutorials on YouTube


All features are available from the Free plan. Live Chat Support is available 24/7.


Bramm
Explorer
78 0 7

Thank you for the response, that code doesn't seem to do anything 

PageFly-Kate
Shopify Partner
1373 375 427

Hi @Bramm ,

You can try again with the code below: 

.mega-dropdown {
left: 50% !important
with: 75% !important
}

Please let me know if it works by giving it a Like or marking it as a solution!


Unlock the secrets to a record-breaking BFCM with PageFly and Canva


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)


➜ Weekly updated Shopify tutorials on YouTube


All features are available from the Free plan. Live Chat Support is available 24/7.


GemPages
Shopify Partner
5625 1262 1283

This is an accepted solution.

Hello @Bramm 

It's GemPages support team and glad to support you today.

 

You can follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your styles.css file and paste the following code below: 

 

.mega-dropdown{
  left: 50% !important;
  transform: translate(-50%) !important;
  width: 50% !important;
}

 

 If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
DownEastClothin
Visitor
1 0 0

How do I do this if I don't have the "styles.css" file?