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.> >
-
Go to Store Online-> theme → edit code
-
Assets/base.css
-
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.
-
Go to Store Online-> theme → edit code
-
Assets/base.css
-
Add code below to end of file
.mega-menu__link {
white-space: nowrap !important;
}
Thanks!
Still not working
Thanks! It did work!
You’re Welcome!

