Centering mega menu options in Enterprise 1.0.0

Solved

Centering mega menu options in Enterprise 1.0.0

StephWu1
New Member
4 0 0

Hi All,

 

I'm would like to centre my right hand side mega menu options but I can't find any settings or which .css file I need to change. 

StephWu1_0-1721785935867.png

At the moment they are left aligned with the image as above, underlined. I would like to change them so that they are centered with the images. 

 

Thank you!

Accepted Solution (1)

theycallmemakka
Shopify Partner
1813 439 474

This is an accepted solution.

Hi @StephWu1 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
.disclosure__panel a.grandchild-nav__item.main-nav__item {
    text-align: center;
}
</style>

theycallmemakka_0-1721789623476.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 2 (2)

PageFly-Amelia
Shopify Partner
626 165 238

Could you share with me the url page?

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

theycallmemakka
Shopify Partner
1813 439 474

This is an accepted solution.

Hi @StephWu1 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
.disclosure__panel a.grandchild-nav__item.main-nav__item {
    text-align: center;
}
</style>

theycallmemakka_0-1721789623476.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com