Mega menu text wrap HELP!

Hi All, Ive noticed the menu text wraps on desktop. is there a way to remove the wrap so the menu title shows on one line only. Desktop only please. seem here, theme shopify Horizon.

Hey @DASCPA

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
span.mega-menu__link-title {
    white-space: nowrap !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you, much appreciated!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.