Mega Menu wraps in two lines with "local theme"

Hey,

I am building a webstore and have just done the mega menu with “promotion image” but it appears in two lines. Could someone suggest me a solution, please?

Store link: www.sneakcenter.com
Pw: Zsezso123!Zsezso

Sincerely

SneakCenter

Hi @sneakcenterhu

Please follow these steps:

  1. Go to Online Store → Themes → Edit code:
![view (51).png|1802x841](upload://llGf5jg9kcFHBXBJxd0ZZE8thRC.png)
  1. Find the theme.css file, add this code at the end of the file and click Save:
#SiteNavLabel-others-classic > li:nth-child(2) > a > span {
    width: 500px;
}
  • Here is the result:

We hope that this can help you.