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:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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.

