Make the submenus of the megamenu to be on 1 line (Dawn)

I would like for the menu and submenu text to all be on 1 line

How would I go about having Featured Collections, Grinders and Scales, each take up their entire line.

Please and thank you

Hi,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
.header__inline-menu {
	white-space: nowrap;
}

This is perfect, thank you!