How to fix random positioning in navigation menu?

hi there,

When adding another category in my navigation menu I have this annoying result (See attached). The category hamper gets a random position below. How can I fix that?

thanks

@Danielexx85 please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (min-width: 1024px){
.site-nav__dropdown .page-width .grid .grid__item{
  float: left !important ;
}
}
1 Like

ehy,

thanks, but it moved the word Hampers but not exactly where I wanted…