Dawn Theme - Mega Menu collection titles in one line

Hi, so I got a Mega Menu but I want the titles to be next to each other. Look at the pic below.> > The green box is how I want every line to look like so next to each other. In the redbox is what I don’t want.> >

@ReluVOF

Can share store URL i can help you!

Thanks!

@ReluVOF

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

  2. Assets/base.css

  3. Add code below to end of file

.header__inline-menu {
	white-space: nowrap;
}

Thanks!

@vm-web
The store url is dekranenfabriek.nl

Unfortunately the code didn’t work.

@ReluVOF

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

  2. Assets/base.css

  3. Add code below to end of file

.mega-menu__link {
    white-space: nowrap !important;
}

Thanks!

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

  2. Assets/base.css

  3. Add code below to end of file

.mega-menu__list {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@vm-web

Still not working

@brisk_code

Thanks! It did work!

You’re Welcome!