How can I prevent text wrapping in Dawn Theme's mega menu?

Hi all, could anybody help me with this text wrapping issue. I’d like the mega menu headings (dawn theme 12.0) to stay on one line (if the screen size allows)?

Hello @DenHineCITS
Please add the below piece of code to the end of ā€œcomponent-mega-menu.cssā€

#MegaMenu-Content-4 .mega-menu__list {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

NOTE: this is a custom fix for the 4th mega-menu in the list which is ā€œFootball Giftsā€ in your case.

Please hit Like and mark it as solution if this helps you.

1 Like

Thanks so much for your help JasmeetVT14313. Yes, that works for the gifts menu. Could you just explain how this code works so I can apply it when needed to any menu?